Began working on security.

This commit is contained in:
2020-06-29 14:28:09 +02:00
parent 03c609175d
commit b5ede965fe
7 changed files with 89 additions and 17 deletions
@@ -44,8 +44,8 @@ class PermissionSeeder extends Seeder
];
foreach ($permissions as $key => $value) {
if(Permission::findByName($key))
continue;
// if(Permission::findByName($key))
// continue;
$permission = new Permission();