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

WIP DatabaseManager

This commit is contained in:
Samuel Štancl 2019-09-08 15:31:45 +02:00
parent af5b7e8558
commit 9dd90746aa
5 changed files with 61 additions and 17 deletions

View file

@ -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()