1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 13:34:04 +00:00

introduce php-cs-fixer issue for testing

This commit is contained in:
Abrar Ahmad 2022-08-09 15:20:27 +05:00
parent 3640d095f8
commit 71bd651456
2 changed files with 0 additions and 2 deletions

View file

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

View file

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