Skip to content

Commit 23b6e26

Browse files
committed
Fixed namking issue with migration
1 parent 02bbee9 commit 23b6e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReviewRateableServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function boot()
1515
{
1616
$timestamp = date('Y_m_d_His', time());
1717
$this->publishes([
18-
__DIR__.'/../database/migrations/create_reviews_table.php.stub' => $this->app->databasePath()."/migrations/{$timestamp}create_reviews_table.php",
18+
__DIR__.'/../database/migrations/create_reviews_table.php.stub' => $this->app->databasePath()."/migrations/{$timestamp}_create_reviews_table.php",
1919
], 'migrations');
2020
}
2121

0 commit comments

Comments
 (0)