Skip to content

Commit

Permalink
Fix: Bug in user permissions. Probably present in AsgardCms4. Default…
Browse files Browse the repository at this point in the history
… config for permission cast in Sentynel not present in asgard config.
  • Loading branch information
imagina committed Nov 6, 2020
1 parent e1f1a04 commit 90cdaf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/asgard/user/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
| Set the fields that will be casted by Eloquent
*/
'casts' => [
'permissions' => 'json',
],
/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 90cdaf7

Please sign in to comment.