Merge pull request #4311 from lucasmichot/feature/master/docblock

[5.4] Fix docblock.
This commit is contained in:
Taylor Otwell 2017-07-03 08:01:54 -05:00 committed by GitHub
commit 8d370ce7f2
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ protected function validator(array $data)
* Create a new user instance after a valid registration.
*
* @param array $data
* @return User
* @return \App\User
*/
protected function create(array $data)
{