mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 09:34:04 +00:00
TenantDatabaseDoesNotExistException
This commit is contained in:
parent
d899dcfcce
commit
d4d6c747d2
3 changed files with 20 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ class DatabaseManager
|
|||
* @param Tenant $tenant
|
||||
* @return TenantDatabaseManager
|
||||
*/
|
||||
protected function getTenantDatabaseManager(Tenant $tenant): TenantDatabaseManager
|
||||
public function getTenantDatabaseManager(Tenant $tenant): TenantDatabaseManager
|
||||
{
|
||||
$driver = $this->getDriver($this->getBaseConnection($tenant->getConnectionName()));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue