浏览代码

Correctif backoffice

master
Fab 4 年前
父节点
当前提交
31cc4f059d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      ShopBundle/Controller/Backend/MerchantController.php

+ 1
- 0
ShopBundle/Controller/Backend/MerchantController.php 查看文件

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

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

正在加载...
取消
保存