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

Add command tests

This commit is contained in:
Samuel Štancl 2019-02-09 11:53:48 +01:00
parent 33fcb8a936
commit e1def355f9
13 changed files with 98 additions and 15 deletions

View file

@ -6,6 +6,6 @@ trait DealsWithMigrations
{
protected function getMigrationPaths()
{
return [database_path('migrations/tenant')];
return [config('tenancy.migrations_directory')];
}
}