Browse Source

Correctif backoffice

master
Fab 4 years ago
parent
commit
f764cad4ff
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      ShopBundle/Controller/Backend/MerchantController.php

+ 2
- 0
ShopBundle/Controller/Backend/MerchantController.php View File

@@ -96,6 +96,8 @@ class MerchantController extends AdminController
->find($idMerchant);

if ($merchant) {
dump($merchant);
dump('NICHE');
$user->setMerchant($merchant);
$em->persist($user);
$em->flush();

Loading…
Cancel
Save