Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated default lifetime #23

Merged
merged 1 commit into from
Apr 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Updated default lifetime
Default `$lifetime` value in `MagicLink::create` static method is 4320 minutes (72 hours).
  • Loading branch information
zupolgec authored Apr 28, 2020
commit e9469a351a62f03a9b2cc0c87c3c78b51c581cef
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ $urlToCustomFunction = MagicLink::create(

## MagicLink link lifetime

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