Closed hugofcampos closed 10 years ago
In Authorization::call method, the slim-auth tries to access two protected methods
$resource = $app->router->getCurrentRoute()->getPattern(); $privilege = $app->request->getMethod();
My mistake! Last SLIM version changed those attributes to public.
In Authorization::call method, the slim-auth tries to access two protected methods