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:
parent
6a9128474f
commit
b525747bc6
8 changed files with 18 additions and 23 deletions
|
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue