Browse Source

Correctif backoffice

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

+ 1
- 1
ShopBundle/Controller/Backend/MerchantController.php View File

dump($merchant); dump($merchant);


$niche = $merchant->getTitle(); $niche = $merchant->getTitle();
$this->utils->addFlash('warning', "Vous êtes maintenant sur le hub de ".$niche);
$this->utils->addFlash('warning', "Vous êtes maintenant sur le hub de ".$merchant->getId());


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

Loading…
Cancel
Save