Skip to content

Commit 3f21bd1

Browse files
Update FilesServiceProvider.php
1 parent e214350 commit 3f21bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FilesServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function boot()
3131
// Publishes
3232
$this->publishes([
3333
__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'),
34+
__DIR__ . '/database/migrations/2021_02_01_000003_create_files_table.php' => database_path('migrations/2021_02_01_000003_create_files_table.php'),
3535
], ['pharaonic', 'laravel-has-files']);
3636

3737
}

0 commit comments

Comments
 (0)