@@ -28,7 +28,7 @@ |
||
28 | 28 | * If stored in a cookie, what's the lifetime of the cookie? |
29 | 29 | * Max value is 3 months (8035200 seconds). |
30 | 30 | */ |
31 | - 'cookie_lifetime' => (int)env('OTP_COOKIE_LIFETIME', 8035200), |
|
31 | + 'cookie_lifetime' => (int) env('OTP_COOKIE_LIFETIME', 8035200), |
|
32 | 32 | |
33 | 33 | 'guard' => '', |
34 | 34 |