1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-06 08:24:03 +00:00

Fix code style (php-cs-fixer)

This commit is contained in:
PHP CS Fixer 2022-08-09 10:21:05 +00:00
parent 71bd651456
commit 0fe04cc97c
2 changed files with 2 additions and 0 deletions

View file

@ -30,6 +30,7 @@ class CacheManager extends BaseCacheManager
return $this->store()->tags(array_merge($tags, $names));
}
return $this->store()->tags($tags)->$method(...$parameters);
}
}

View file

@ -159,6 +159,7 @@ class DatabaseConfig
$databaseManager = app($databaseManagers[$driver]);
$databaseManager->setConnection($this->getTemplateConnectionName());
return $databaseManager;
}
}