command = $hooks->wrap($command); $this->query = $hooks->wrap($query); } public function execute( $id ) { $model = $this->query->findById( $id ); $this->command->archive( $model ); $return = array( 'admin/employees', '__Employee Archived__' ); return $return; } }