1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-13 07:14:04 +00:00

Fix code style (php-cs-fixer)

This commit is contained in:
PHP CS Fixer 2022-09-29 20:21:29 +00:00
parent a94227a19c
commit a08480f310
5 changed files with 10 additions and 5 deletions

View file

@ -19,7 +19,8 @@ class DatabaseManager
protected Application $app,
protected BaseDatabaseManager $database,
protected Repository $config,
) {}
) {
}
/** Connect to a tenant's database. */
public function connectToTenant(TenantWithDatabase $tenant): void