We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 324f65e commit c7f60ecCopy full SHA for c7f60ec
system/Session/Handlers/DatabaseHandler.php
@@ -313,6 +313,7 @@ protected function releaseLock(): bool
313
private function now(string $interval): string
314
{
315
$DBDriver = config(Database::class)->{$this->DBGroup}['DBDriver'];
316
+
317
return match($DBDriver) {
318
'SQLite3' => "datetime('now', '-{$interval}')",
319
default => "now() - INTERVAL {$interval}",
0 commit comments