Skip to content

Commit 5a3dbeb

Browse files
committed
wording change
1 parent 5b47613 commit 5a3dbeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Passport.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,11 +515,11 @@ public static function ignoreMigrations()
515515
}
516516

517517
/**
518-
* Configure Passport to stop unserializing cookies.
518+
* Instruct Passport to disable cookie serialization.
519519
*
520520
* @return static
521521
*/
522-
public static function dontUnserializeCookies()
522+
public static function withoutCookieSerialization()
523523
{
524524
static::$unserializesCookies = false;
525525

0 commit comments

Comments
 (0)