Skip to content

Commit 5b091a1

Browse files
authored
CC-30444: Fixed Glue current locale negotiation. (#10513)
CC-30444 Fixed Glue current locale negotiation.
1 parent eeaa3b9 commit 5b091a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Spryker/Zed/Development/DevelopmentConfig.php

+2
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ public function getExternalToInternalNamespaceMap()
389389
'Twig_' => 'spryker/twig',
390390
'Twig\\' => 'spryker/twig',
391391
'Webmozart\\Glob' => 'spryker/util-glob',
392+
'Willdurand\\Negotiation\\' => 'spryker/willdurand-negotiation',
392393
'Zend\\' => 'spryker/zend',
393394
];
394395
}
@@ -462,6 +463,7 @@ public function getExternalToInternalMap()
462463
'swiftmailer/swiftmailer' => 'spryker/mail',
463464
'twig/twig' => 'spryker/twig',
464465
'webmozart/glob' => 'spryker/util-glob',
466+
'willdurand/negotiation' => 'spryker/willdurand-negotiation',
465467
'zendframework/zend-config' => 'spryker/zend',
466468
'zendframework/zend-filter' => 'spryker/zend',
467469
'zendframework/zend-servicemanager' => 'spryker/zend',

0 commit comments

Comments
 (0)