Пример #1
0
 /**
  * Returns config for admin.
  *
  * @return JsonResponse
  */
 public function configAction()
 {
     return new JsonResponse($this->jsConfigPool->getConfigParams());
 }