Skip to content

Commit

Permalink
fixed provider
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercd100 committed Jul 29, 2016
1 parent 485d689 commit 4d10736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/Upload.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function boot()
{
$this->publishes([
__DIR__ . '/../../config/upload.php' => base_path('config/upload.php'),
__DIR__ . '/../../migrations/2016_07_28_000000_create_uploads_tables.php' => base_path('database/migrations/2016_07_28_000000_create_uploads_tables.php'),
__DIR__ . '/../../migrations/2016_01_01_000000_create_uploads_tables.php' => base_path('database/migrations/2016_01_01_000000_create_uploads_tables.php'),

]);
}
Expand Down

0 comments on commit 4d10736

Please sign in to comment.