We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f99c7c5 commit 9af5e9dCopy full SHA for 9af5e9d
src/Passport.php
@@ -72,7 +72,7 @@ public static function routes($callback = null, array $options = [])
72
*
73
* @return static
74
*/
75
- public static function shouldPruneRevokedTokens()
+ public static function pruneRevokedTokens()
76
{
77
static::$pruneRevokedTokens = true;
78
0 commit comments