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 e214350 commit 3f21bd1Copy full SHA for 3f21bd1
src/FilesServiceProvider.php
@@ -31,7 +31,7 @@ public function boot()
31
// Publishes
32
$this->publishes([
33
__DIR__ . '/config/files.php' => config_path('Pharaonic/files.php'),
34
- __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'),
35
], ['pharaonic', 'laravel-has-files']);
36
37
}
0 commit comments