mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 04:34:03 +00:00
allow multiple paths for tenant migrations
This commit is contained in:
parent
5ebb68e860
commit
79431e31c1
1 changed files with 1 additions and 1 deletions
|
|
@ -12,6 +12,6 @@ trait DealsWithMigrations
|
|||
return parent::getMigrationPaths();
|
||||
}
|
||||
|
||||
return [config('tenancy.migrations_directory', database_path('migrations/tenant'))];
|
||||
return config('tenancy.migrations_paths', [database_path('migrations/tenant')]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue