mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 20:34:03 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
d364568e53
commit
3cadefd41c
2 changed files with 6 additions and 7 deletions
|
|
@ -41,7 +41,6 @@ class CacheManager extends BaseCacheManager
|
|||
return parent::__call($method, $parameters);
|
||||
}
|
||||
|
||||
|
||||
public function refreshStore(string|null $repository = null): void
|
||||
{
|
||||
$newStore = $this->resolve($repository ?? $this->getDefaultDriver())->getStore();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue