Skip to content

Commit 8ceb2fd

Browse files
committed
Fix docblock.
1 parent 9fec341 commit 8ceb2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Auth/RegisterController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ protected function validator(array $data)
5858
* Create a new user instance after a valid registration.
5959
*
6060
* @param array $data
61-
* @return User
61+
* @return \App\User
6262
*/
6363
protected function create(array $data)
6464
{

0 commit comments

Comments
 (0)