Merge branch 'master' into LiveSearch

This commit is contained in:
Neerholt
2020-07-27 14:23:13 +02:00
committed by GitHub
41 changed files with 439 additions and 134 deletions
@@ -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.",
+3 -3
View File
@@ -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;
}
}*/