Skip to content

Commit c539c40

Browse files
committed
7 hours saving
1 parent 9baae34 commit c539c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/PurgeTokenCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ protected function configure()
6666
*/
6767
private function clear()
6868
{
69-
$now = Carbon::now()->format('Y-m-d H:i:s');
69+
$now = Carbon::now()->subHours(7)->format('Y-m-d H:i:s');
7070

7171
$token = Db::connection(config('oauth.provider', 'default'))
7272
->table('oauth_access_tokens')

0 commit comments

Comments
 (0)