From: Ibrahim Ennafaa Date: Tue, 21 Aug 2018 01:19:25 +0000 (-0400) Subject: Update UserRepo.php X-Git-Tag: v0.24.0~1^2~16^2~10^2~1 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/572e75b7831c67f59a873e455565216441a3f2d8 Update UserRepo.php --- diff --git a/app/Repos/UserRepo.php b/app/Repos/UserRepo.php index 232c5315a..b31f0334d 100644 --- a/app/Repos/UserRepo.php +++ b/app/Repos/UserRepo.php @@ -76,7 +76,7 @@ class UserRepo return $query->paginate($count); } - /** + /** * Creates a new user and attaches a role to them. * @param array $data * @param boolean autoVerifyEmail @@ -261,4 +261,4 @@ class UserRepo return false; } } -} \ No newline at end of file +}