Skip to content

Commit

Permalink
Remove uneeded implementedEvents().
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jun 29, 2015
1 parent 17902db commit 01e44dc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/Controller/Component/AuthComponent.php
Expand Up @@ -280,18 +280,6 @@ public function startup(Event $event)
return $this->_unauthorized($controller);
}

/**
* Events supported by this component.
*
* @return array
*/
public function implementedEvents()
{
return [
'Controller.startup' => 'startup',
];
}

/**
* Checks whether current action is accessible without authentication.
*
Expand Down

0 comments on commit 01e44dc

Please sign in to comment.