Skip to content

Commit 9af5e9d

Browse files
committed
change method name
1 parent f99c7c5 commit 9af5e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Passport.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public static function routes($callback = null, array $options = [])
7272
*
7373
* @return static
7474
*/
75-
public static function shouldPruneRevokedTokens()
75+
public static function pruneRevokedTokens()
7676
{
7777
static::$pruneRevokedTokens = true;
7878

0 commit comments

Comments
 (0)