Skip to content

Commit e9469a3

Browse files
authored
Updated default lifetime
Default `$lifetime` value in `MagicLink::create` static method is 4320 minutes (72 hours).
1 parent ca988e4 commit e9469a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ $urlToCustomFunction = MagicLink::create(
158158

159159
## MagicLink link lifetime
160160

161-
By default a link will be available for 24 hours after your creation. We can
161+
By default a link will be available for 72 hours after your creation. We can
162162
modify the life time in minutes of the link by the `$lifetime` option
163163
available in the `create` method. This argument accepts the value `null` so
164164
that it does not expire in time.

0 commit comments

Comments
 (0)