Skip to content

Commit 3205210

Browse files
committed
migration typo fixed
1 parent 435dcbd commit 3205210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SettingsServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ public function boot()
1616
// Load migration
1717
$this->loadMigrationsFrom(__DIR__.'/migrations');
1818

19-
// publish migration
19+
// Publish migration
2020
$this->publishes([
21-
__DIR__ . '/migrations/2014_10_00_000000_create_settings_table.php' => database_path("/migrations/2014_10_00_000000_create_settings_table")
21+
__DIR__.'/migrations/' => database_path('/migrations/'),
2222
], 'migrations');
2323
}
2424

0 commit comments

Comments
 (0)