Fixed missing apostrophe in seed condition
This commit is contained in:
@@ -53,7 +53,7 @@ class OrganisationPermissions extends BaseSeed
|
||||
'view_organisation_field' => new Permission([
|
||||
'slug' => 'view_organisation_field',
|
||||
'name' => 'View organisation',
|
||||
'conditions' => "in(property,['name',slug','description','members','admins'])",
|
||||
'conditions' => "in(property,['name','slug','description','members','admins'])",
|
||||
'description' => 'View certain properties of any organisation.',
|
||||
]),
|
||||
'update_organisation_field' => new Permission([
|
||||
|
||||
Reference in New Issue
Block a user