query = $hooks->wrap($query); $this->command = $hooks->wrap($command); } public function execute( $id ) { $model = $this->query->findById( $id ); $this->command->delete( $model ); $return = array( 'admin/calendars', '__Calendar Deleted__' ); return $return; } }