From 90cdaf77d200e69e3b44d4d3458f30df7133d00b Mon Sep 17 00:00:00 2001 From: Carlos Date: Thu, 5 Nov 2020 19:11:49 -0500 Subject: [PATCH] Fix: Bug in user permissions. Probably present in AsgardCms4. Default config for permission cast in Sentynel not present in asgard config. --- config/asgard/user/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/asgard/user/config.php b/config/asgard/user/config.php index 1060d1681..114826b5e 100644 --- a/config/asgard/user/config.php +++ b/config/asgard/user/config.php @@ -77,6 +77,7 @@ | Set the fields that will be casted by Eloquent */ 'casts' => [ + 'permissions' => 'json', ], /* |--------------------------------------------------------------------------