Merge branch 'master' into LiveSearch
This commit is contained in:
@@ -17,6 +17,7 @@ class PermissionSeeder extends Seeder
|
||||
/**
|
||||
* The USER specific permissions
|
||||
*/
|
||||
"user.create" => "Creation of new user",
|
||||
"user.list" => "Access to list the users.",
|
||||
"user.show" => "Shows another user profile.",
|
||||
"user.edit" => "Allows editing of other users.",
|
||||
|
||||
@@ -19,13 +19,13 @@ class UserSeeder extends Seeder
|
||||
// } catch (Exception $e) {
|
||||
// }
|
||||
|
||||
Log::debug("YEET");
|
||||
|
||||
|
||||
|
||||
if(User::where("name_first", "admin"))
|
||||
/*if(User::where("name_first", "admin"))
|
||||
{
|
||||
return;
|
||||
}
|
||||
}*/
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user