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

->find($idMerchant); ->find($idMerchant);


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

Loading…
Cancel
Save