post = $post; $this->query = $hooks->wrap($query); $this->command = $hooks->wrap($command); } public function execute( $id ) { $model = $this->query->findById( $id ); $this->command->unpublish( $model ); $to = 'schedule'; $return = array( $to, '__Shift Unpublished__' ); return $return; } }