mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 01:44:04 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
71bd651456
commit
0fe04cc97c
2 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ class CacheManager extends BaseCacheManager
|
|||
|
||||
return $this->store()->tags(array_merge($tags, $names));
|
||||
}
|
||||
|
||||
return $this->store()->tags($tags)->$method(...$parameters);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -159,6 +159,7 @@ class DatabaseConfig
|
|||
$databaseManager = app($databaseManagers[$driver]);
|
||||
|
||||
$databaseManager->setConnection($this->getTemplateConnectionName());
|
||||
|
||||
return $databaseManager;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue