|
|
@@ -11,6 +11,7 @@ use Lc\CaracoleBundle\Repository\Section\SectionRepository; |
|
|
|
use Lc\CaracoleBundle\Repository\Section\SectionStore; |
|
|
|
use Lc\SovBundle\Resolver\UrlResolver; |
|
|
|
use Symfony\Component\HttpFoundation\RequestStack; |
|
|
|
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
|
|
|
use Symfony\Component\Security\Core\Security; |
|
|
|
|
|
|
|
class SectionResolver |
|
|
@@ -94,6 +95,9 @@ class SectionResolver |
|
|
|
$sectionCurrent = $sectionStore |
|
|
|
->setMerchant($merchantCurrent) |
|
|
|
->getOneBySlug($requestAttributesArray['section']); |
|
|
|
if($sectionCurrent===null){ |
|
|
|
throw new NotFoundHttpException('Aucun espace n\'a été trouvé'); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if ($sectionCurrent) { |