Update UserRepo.php

This commit is contained in:
Ibrahim Ennafaa
2018-08-20 21:19:25 -04:00
committed by GitHub
parent b224a2c8a0
commit 572e75b783

View File

@ -76,7 +76,7 @@ class UserRepo
return $query->paginate($count); return $query->paginate($count);
} }
/** /**
* Creates a new user and attaches a role to them. * Creates a new user and attaches a role to them.
* @param array $data * @param array $data
* @param boolean autoVerifyEmail * @param boolean autoVerifyEmail