mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 11:14: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);
|
||||
|
||||
try {
|
||||
unlink($path.'-journal');
|
||||
unlink($path.'-wal');
|
||||
unlink($path.'-shm');
|
||||
unlink($path . '-journal');
|
||||
unlink($path . '-wal');
|
||||
unlink($path . '-shm');
|
||||
} catch (Throwable) {}
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue