소스 검색

Correctif backoffice

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

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

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

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

Loading…
취소
저장