1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 14:54:04 +00:00

Remove migrations_directory from config

This commit is contained in:
Samuel Štancl 2019-02-09 12:15:18 +01:00
parent e1def355f9
commit ef1e93bf96
2 changed files with 1 additions and 2 deletions

View file

@ -41,5 +41,4 @@ return [
],
'queue_database_creation' => false,
'queue_database_deletion' => false,
'migrations_directory' => database_path('migrations/tenant'),
];