소스 검색

Correctif backoffice

master
Fab 4 년 전
부모
커밋
bf4da151e6
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. +3
    -2
      ShopBundle/Controller/Backend/MerchantController.php

+ 3
- 2
ShopBundle/Controller/Backend/MerchantController.php 파일 보기

@@ -100,8 +100,9 @@ class MerchantController extends AdminController
$em->persist($user);
$em->flush();
dump($merchant);
die();
$this->utils->addFlash('warning', "Vous êtes maintenant sur le hub de ".$merchant->getTitle());

$niche = $merchant->getTitle();
$this->utils->addFlash('warning', "Vous êtes maintenant sur le hub de ".$niche);

return $this->redirect($merchant->getMerchantConfig('url').'admin/dashboard') ;
}

Loading…
취소
저장