Skip to content

Commit

Permalink
Update FilesServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MoamenEltouny committed Jul 2, 2021
1 parent e214350 commit 3f21bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FilesServiceProvider.php
Expand Up @@ -31,7 +31,7 @@ public function boot()
// Publishes
$this->publishes([
__DIR__ . '/config/files.php' => config_path('Pharaonic/files.php'),
__DIR__ . '/database/migrations/2021_02_01_000003_files_table.php' => database_path('migrations/2021_02_01_000003_files_table.php'),
__DIR__ . '/database/migrations/2021_02_01_000003_create_files_table.php' => database_path('migrations/2021_02_01_000003_create_files_table.php'),
], ['pharaonic', 'laravel-has-files']);

}
Expand Down

0 comments on commit 3f21bd1

Please sign in to comment.