Skip to content

Commit ae9e287

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent ceb8ed2 commit ae9e287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/Auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* @method static \Symfony\Component\HttpFoundation\Response|null onceBasic(string $field = 'email', array $extraConditions = [])
4141
* @method static bool attemptWhen(array $credentials = [], array|callable|null $callbacks = null, bool $remember = false)
4242
* @method static void logoutCurrentDevice()
43-
* @method static \Illuminate\Contracts\Auth\Authenticatable|null logoutOtherDevices(string $password, string $attribute = 'password')
43+
* @method static \Illuminate\Contracts\Auth\Authenticatable|null logoutOtherDevices(string $password)
4444
* @method static void attempting(mixed $callback)
4545
* @method static \Illuminate\Contracts\Auth\Authenticatable getLastAttempted()
4646
* @method static string getName()

0 commit comments

Comments
 (0)