Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit c0dfa87

Browse files
committed
Fix return doc.
1 parent e77b58c commit c0dfa87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Traits/ImportsUsers.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
trait ImportsUsers
1212
{
1313
/**
14-
* {@inheritdoc}
14+
* Returns the authentication users model instance.
15+
*
16+
* @return \Illuminate\Database\Eloquent\Model
1517
*/
1618
abstract public function createModel();
1719

0 commit comments

Comments
 (0)