Open benbjurstrom opened 1 year ago
Getting the following error due to Spatie switching some value to enums.
exception: "TypeError" file: "/var/www/html/vendor/vyuldashev/nova-permission/src/RoleBooleanGroup.php" line: 21 message: "Illegal offset type"
Currently enums can't be used as array keys. See: https://stitcher.io/blog/php-enums#enums-as-array-keys.
Getting the following error due to Spatie switching some value to enums.
Currently enums can't be used as array keys. See: https://stitcher.io/blog/php-enums#enums-as-array-keys.