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

Removing unused methods from guard interface #32

Merged
merged 1 commit into from Sep 28, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/BjyAuthorize/Guard/GuardInterface.php
Expand Up @@ -7,9 +7,4 @@


interface GuardInterface extends ListenerAggregateInterface interface GuardInterface extends ListenerAggregateInterface
{ {
public function getResources();

public function attach(EventManagerInterface $events);

public function detach(EventManagerInterface $events);
} }