Skip to content

Commit

Permalink
Allow staff to add status records #27 #21
Browse files Browse the repository at this point in the history
  • Loading branch information
drewroberts authored Mar 10, 2021
1 parent 08c174f commit 3d11938
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ public function up()
'create statuses' => ['Owner'],
'update statuses' => ['Owner'],
'view status record' => ['Owner', 'Staff'],
'create status record' => ['Owner'],
'update status record' => ['Owner']
'create status record' => ['Owner', 'Staff'],
'update status record' => ['Owner', 'Staff'],
];

$this->createPermissions($permissions);
Expand Down

0 comments on commit 3d11938

Please sign in to comment.