We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605be82 commit 72e6422Copy full SHA for 72e6422
src/MagicLink.php
@@ -28,7 +28,9 @@ protected static function boot()
28
29
protected static function getTokenLength()
30
{
31
- return config('magiclink.token.length', 64) <= 255 ? config('magiclink.token.length', 64) : 255;
+ return config('magiclink.token.length', 64) <= 255
32
+ ? config('magiclink.token.length', 64)
33
+ : 255;
34
}
35
36
public function getActionAttribute($value)
0 commit comments