post = $post; $this->shiftsQuery = $hooks->wrap( $shiftsQuery ); $this->shiftsCommand = $hooks->wrap( $shiftsCommand ); } public function execute( $id ) { $model = $this->shiftsQuery->findById( $id ); $this->shiftsCommand->publish( $model ); $date = $model->getDateStart(); $to = 'schedule'; $return = array( $to, '__Shift Published__' ); return $return; } }