Skip to content

Commit

Permalink
PHP8.1 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Dec 3, 2021
1 parent 65ddf8e commit cc4c83a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/SessionDatabaseHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ public function destroy($id): bool
*
* @return bool
*/
#[\ReturnTypeWillChange]
public function gc($max_lifetime): bool
{
DB::table('session')
Expand Down

0 comments on commit cc4c83a

Please sign in to comment.