get('box_no'); $key = $bikeRepository->byBoxNoGetKey($box_no); return $this->response->array([ 'key' => $key ]); } catch (\Exception $exception) { return $this->errorNoValidation($exception->getMessage()); } } }