使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
Laclic
/
LcShopBundle
关注
3
点赞
2
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Correctif backoffice
master
Fab
4 年前
父节点
eecbf661e0
当前提交
f764cad4ff
共有
1 个文件被更改
,包括
2 次插入
和
0 次删除
分列视图
显示文件统计
+2
-0
ShopBundle/Controller/Backend/MerchantController.php
+ 2
- 0
ShopBundle/Controller/Backend/MerchantController.php
查看文件
@@ -96,6 +96,8 @@ class MerchantController extends AdminController
->find($idMerchant);
if ($merchant) {
dump($merchant);
dump('NICHE');
$user->setMerchant($merchant);
$em->persist($user);
$em->flush();
撰写
预览
正在加载...
取消
保存