Skip to content

Commit 9c62eac

Browse files
authored
Lint fix
1 parent c7f60ec commit 9c62eac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/Session/Handlers/DatabaseHandler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ protected function releaseLock(): bool
313313
private function now(string $interval): string
314314
{
315315
$DBDriver = config(Database::class)->{$this->DBGroup}['DBDriver'];
316-
317-
return match($DBDriver) {
316+
317+
return match ($DBDriver) {
318318
'SQLite3' => "datetime('now', '-{$interval}')",
319319
default => "now() - INTERVAL {$interval}",
320320
};

0 commit comments

Comments
 (0)