Skip to content

Commit c7f60ec

Browse files
authored
Lint fix
1 parent 324f65e commit c7f60ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

system/Session/Handlers/DatabaseHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ protected function releaseLock(): bool
313313
private function now(string $interval): string
314314
{
315315
$DBDriver = config(Database::class)->{$this->DBGroup}['DBDriver'];
316+
316317
return match($DBDriver) {
317318
'SQLite3' => "datetime('now', '-{$interval}')",
318319
default => "now() - INTERVAL {$interval}",

0 commit comments

Comments
 (0)