Добрый день.
Обновил composer update и перестали работать сервисы, причем только в одном бандле.
Symfony 2.6.6
Кеш чистил.
Ранее обращался к сервису, все было хорошо, теперь не понятно что за проблема.
$this->get('hash.service')->encode($code);
$this->container->get('hash.service')->encode($code);
Оба варианта теперь выдают You have requested a non-existent service "hash.service".
лог[2015-09-26 15:53:53] request.INFO: Matched route "front_planner" (parameters: "_controller": "AppBundle\Controller\PlannerController::indexAction", "_route": "front_planner") [] []
[2015-09-26 15:53:53] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: "You have requested a non-existent service "hash.service"." at /Users/gnd/dm.lan/app/bootstrap.php.cache line 2098 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\ServiceNotFoundException(code: 0): You have requested a non-existent service \"hash.service\". at /Users/gnd/dm.lan/app/bootstrap.php.cache:2098)"} []
[2015-09-26 15:53:53] event.DEBUG: Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". [] []