debugging

This commit is contained in:
2018-11-04 14:43:13 -06:00
parent d9905c3e4a
commit 84264d741d
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -45,6 +45,8 @@ class User extends Authenticatable
public function hasRole($role)
{
$something = User::where('role', $role)->get();
dd($something);
return User::where('role', $role)->get();
}