mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 10:54:04 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
13a2209f11
commit
364637dc23
1 changed files with 3 additions and 3 deletions
|
|
@ -99,9 +99,9 @@ class SQLiteDatabaseManager implements TenantDatabaseManager
|
||||||
$path = $this->getPath($name);
|
$path = $this->getPath($name);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
unlink($path.'-journal');
|
unlink($path . '-journal');
|
||||||
unlink($path.'-wal');
|
unlink($path . '-wal');
|
||||||
unlink($path.'-shm');
|
unlink($path . '-shm');
|
||||||
} catch (Throwable) {}
|
} catch (Throwable) {}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue