/**
  * @return mixed
  */
 public function index()
 {
     $settingsRepo = new SettingsRepository();
     $out = $settingsRepo->allArray();
     return $this->respondWithData($out);
 }