Skip to content
This repository has been archived by the owner on May 14, 2018. It is now read-only.

Commit

Permalink
Merge 1a9299b into e1c5a5c
Browse files Browse the repository at this point in the history
  • Loading branch information
rammrain committed Nov 25, 2013
2 parents e1c5a5c + 1a9299b commit ee20c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BjyAuthorize/Guard/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function attach(EventManagerInterface $events)
*
* @return string
*/
public function getResourceName($controller, $action = null)
public static function getResourceName($controller, $action = null)
{
if (isset($action)) {
return sprintf('controller/%s:%s', $controller, $action);
Expand Down

0 comments on commit ee20c79

Please sign in to comment.