Skip to content

Commit 2999845

Browse files
committed
fix: rector error for github actions
1 parent b2eddd0 commit 2999845

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Config/Auth.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,9 @@ class Auth extends BaseConfig
161161
* Magic Link Lifetime
162162
* --------------------------------------------------------------------
163163
* Specifies the amount of time, in seconds, that a magic link is valid.
164+
* You can use Time Constants or any desired number.
164165
*/
165-
public int $magicLinkLifetime = 1 * HOUR;
166+
public int $magicLinkLifetime = HOUR;
166167

167168
/**
168169
* --------------------------------------------------------------------

0 commit comments

Comments
 (0)