ZfcRbac has been updated, so
\ZfcRbac\Service\Rbac::ERROR_ROUTE_UNAUTHORIZED and \ZfcRbac\Service\Rbac::ERROR_CONTROLLER_UNAUTHORIZED are no longer valid.
It is still necessary to add this configuration to allow asset loading on an exception, it's just using a different const
PS:
I'm a total noob at github pull-requests and whatnot so let me know if I'm doing something wrong or outside of "good coding practice" :S
ZfcRbac has been updated, so
\ZfcRbac\Service\Rbac::ERROR_ROUTE_UNAUTHORIZED
and\ZfcRbac\Service\Rbac::ERROR_CONTROLLER_UNAUTHORIZED
are no longer valid. It is still necessary to add this configuration to allow asset loading on an exception, it's just using a differentconst
PS: I'm a total noob at github pull-requests and whatnot so let me know if I'm doing something wrong or outside of "good coding practice" :S