mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 18:54:03 +00:00
change migration path
This commit is contained in:
parent
6d5a536c68
commit
6c3f86a611
2 changed files with 5 additions and 3 deletions
|
|
@ -38,7 +38,7 @@ class TenancyServiceProvider extends ServiceProvider
|
|||
], 'config');
|
||||
|
||||
$this->publishes([
|
||||
__DIR__ . '/assets/2019_08_08_000000_create_tenants_table.php' => database_path('migrations'),
|
||||
__DIR__ . '/assets/migrations/2019_08_08_000000_create_tenants_table.php' => database_path('migrations'),
|
||||
], 'migrations');
|
||||
|
||||
$this->loadRoutesFrom(__DIR__ . '/routes.php');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue