File tree Expand file tree Collapse file tree 4 files changed +0
-26
lines changed Expand file tree Collapse file tree 4 files changed +0
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1212 'template_path_stack ' => [
1313 'setup ' => __DIR__ . '/../view ' ,
1414 ],
15- 'strategies ' => ['ViewJsonStrategy ' ],
16- ],
17- 'translator ' => [
18- 'translation_file_patterns ' => [
19- [
20- 'type ' => 'gettext ' ,
21- 'base_dir ' => __DIR__ . '/../lang ' ,
22- 'pattern ' => '%s.mo ' ,
23- ],
24- ],
25- ],
26- 'service_manager ' => [
27- 'aliases ' => [
28- 'translator ' => 'MvcTranslator '
29- ]
3015 ],
3116 'controllers ' => [
3217 'factories ' => [
Original file line number Diff line number Diff line change 1212 'Magento\Setup ' ,
1313 'Laminas\Db ' ,
1414 'Laminas\Di ' ,
15- 'Laminas\I18n ' ,
1615 'Laminas\Mail ' ,
1716 'Laminas\Router ' ,
1817];
Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ public function getConfig()
7777 include __DIR__ . '/../../../config/module.config.php ' ,
7878 include __DIR__ . '/../../../config/router.config.php ' ,
7979 include __DIR__ . '/../../../config/di.config.php ' ,
80- include __DIR__ . '/../../../config/languages.config.php ' ,
8180 );
8281 // phpcs:enable
8382 return $ result ;
You can’t perform that action at this time.
0 commit comments