Skip to content

Commit 150b5ec

Browse files
add email property to User
1 parent dc7b6c9 commit 150b5ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/models/User.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* Class User
1414
* @property string $_id
1515
* @property string $name
16+
* @property string $email
1617
* @property string $title
1718
* @property int $age
1819
* @property \Carbon\Carbon $birthday

0 commit comments

Comments
 (0)