1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-06 11:54:03 +00:00

Restructure drivers config

This commit is contained in:
Samuel Štancl 2019-09-30 18:28:13 +02:00
parent 6a9128474f
commit b525747bc6
8 changed files with 18 additions and 23 deletions

View file

@ -20,6 +20,6 @@ class DomainModel extends Model
public function getTable()
{
return config('tenancy.storage.db.table_names.DomainModel', 'domains');
return config('tenancy.storage_drivers.db.table_names.DomainModel', 'domains');
}
}