From 572e75b7831c67f59a873e455565216441a3f2d8 Mon Sep 17 00:00:00 2001 From: Ibrahim Ennafaa Date: Mon, 20 Aug 2018 21:19:25 -0400 Subject: [PATCH] Update UserRepo.php --- app/Repos/UserRepo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}