]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/Access/UserTokenService.php
Update settings.php
[bookstack] / app / Auth / Access / UserTokenService.php
index 09a2f761b8f31ac73ae269ca9c6c7f21cf34d59b..a1defbf62d439a4bdacdef971271db1dde532afd 100644 (file)
@@ -131,5 +131,4 @@ class UserTokenService
         return Carbon::now()->subHours($this->expiryTime)
             ->gt(new Carbon($tokenEntry->created_at));
     }
-
-}
\ No newline at end of file
+}