$this->user->id, 'area_id' => $request->get('area_id'), 'question' => $request->get('question') ]); return $this->response->array([ 'is_up_question' => !!$re ]); } catch (\Exception $exception) { return $this->errorNoValidation($exception->getMessage()); } } }