diff --git a/src/BjyAuthorize/Guard/GuardInterface.php b/src/BjyAuthorize/Guard/GuardInterface.php index fcc46ec..07e979c 100644 --- a/src/BjyAuthorize/Guard/GuardInterface.php +++ b/src/BjyAuthorize/Guard/GuardInterface.php @@ -7,9 +7,4 @@ interface GuardInterface extends ListenerAggregateInterface { - public function getResources(); - - public function attach(EventManagerInterface $events); - - public function detach(EventManagerInterface $events); }