Began working on security.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user