Deprecated: Optional parameter $params declared before required parameter $referenceType is implicitly treated as a required parameter in /home/smart-voucher.com/public_html/src/Modules/StoreCart/Service/StoreService.php on line 96 Symfony Profiler
Symfony Profiler
src/EventSubscriber/LocaleSubscriber.php line 31
<?php
namespace App\EventSubscriber;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Symfony\Component\HttpKernel\Event\RequestEvent;
use Symfony\Component\HttpKernel\KernelEvents;
use App\Admin\Service\LocaleService as AdminLocaleService;
use App\Service\LocaleService as LocaleService;
class LocaleSubscriber implements EventSubscriberInterface