mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 06:54:03 +00:00
WIP DatabaseManager
This commit is contained in:
parent
af5b7e8558
commit
9dd90746aa
5 changed files with 61 additions and 17 deletions
|
|
@ -24,7 +24,7 @@ class DatabaseTenancyBootstrapper implements TenancyBootstrapper
|
|||
|
||||
public function start(Tenant $tenant)
|
||||
{
|
||||
$this->database->connect($tenant->getDatabaseName());
|
||||
$this->database->connect($tenant);
|
||||
}
|
||||
|
||||
public function end()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue