We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02bbee9 commit 23b6e26Copy full SHA for 23b6e26
src/ReviewRateableServiceProvider.php
@@ -15,7 +15,7 @@ public function boot()
15
{
16
$timestamp = date('Y_m_d_His', time());
17
$this->publishes([
18
- __DIR__.'/../database/migrations/create_reviews_table.php.stub' => $this->app->databasePath()."/migrations/{$timestamp}create_reviews_table.php",
+ __DIR__.'/../database/migrations/create_reviews_table.php.stub' => $this->app->databasePath()."/migrations/{$timestamp}_create_reviews_table.php",
19
], 'migrations');
20
}
21
0 commit comments