Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit ecb916d

Browse files
committed
Reformat docstring
1 parent c59fb25 commit ecb916d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/TwoFactorAuthenticable.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
trait TwoFactorAuthenticable
1010
{
1111
/**
12-
* Get the mobile phone number to be used. Override in your User model to suit your application.
12+
* Get the mobile phone number associated with the user.
13+
*
14+
* Override in your User model to suit your application.
15+
*
1316
* @return string
1417
*/
1518
public function getMobile() : string

0 commit comments

Comments
 (0)