mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 10:54:04 +00:00
Remove migrations_directory from config
This commit is contained in:
parent
e1def355f9
commit
ef1e93bf96
2 changed files with 1 additions and 2 deletions
|
|
@ -6,6 +6,6 @@ trait DealsWithMigrations
|
|||
{
|
||||
protected function getMigrationPaths()
|
||||
{
|
||||
return [config('tenancy.migrations_directory')];
|
||||
return [config('tenancy.migrations_directory', database_path('migrations/tenant'))];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -41,5 +41,4 @@ return [
|
|||
],
|
||||
'queue_database_creation' => false,
|
||||
'queue_database_deletion' => false,
|
||||
'migrations_directory' => database_path('migrations/tenant'),
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue