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 435dcbd commit 3205210Copy full SHA for 3205210
src/SettingsServiceProvider.php
@@ -16,9 +16,9 @@ public function boot()
16
// Load migration
17
$this->loadMigrationsFrom(__DIR__.'/migrations');
18
19
- // publish migration
+ // Publish migration
20
$this->publishes([
21
- __DIR__ . '/migrations/2014_10_00_000000_create_settings_table.php' => database_path("/migrations/2014_10_00_000000_create_settings_table")
+ __DIR__.'/migrations/' => database_path('/migrations/'),
22
], 'migrations');
23
}
24
0 commit comments