Skip to content
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.

Commit

Permalink
fix migration publishment
Browse files Browse the repository at this point in the history
  • Loading branch information
faustbrian committed Jun 4, 2019
1 parent 2b768a8 commit 2b5aa94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReportableServiceProvider.php
Expand Up @@ -23,7 +23,7 @@ class ReportableServiceProvider extends ServiceProvider
public function boot()
{
$this->publishes([
__DIR__.'/../database/migrations' => database_path('migrations'),
__DIR__.'/../database/migrations/create_reports_table.php' => database_path('migrations/'.date('Y_m_d_His', time()).'_create_reports_table.php'),
], 'migrations');
}
}

0 comments on commit 2b5aa94

Please sign in to comment.