@@ -34,24 +34,13 @@ class Config
3434 public const CONFIG_COLLECTOR_TRANSLATION = 'clawrock_debug/collector/translation ' ;
3535 public const COLLECTORS = 'clawrock_debug/profiler/collectors ' ;
3636
37- private \Magento \Framework \PhraseFactory $ phraseFactory ;
38- private \Magento \Framework \App \State $ appState ;
39- private \Magento \Framework \App \Config \ScopeConfigInterface $ scopeConfig ;
40- private \Magento \Framework \App \DeploymentConfig $ deploymentConfig ;
41- private \ClawRock \Debug \Model \Storage \HttpStorage $ httpStorage ;
42-
4337 public function __construct (
44- \Magento \Framework \PhraseFactory $ phraseFactory ,
45- \Magento \Framework \App \State $ appState ,
46- \Magento \Framework \App \Config \ScopeConfigInterface $ scopeConfig ,
47- \Magento \Framework \App \DeploymentConfig $ deploymentConfig ,
48- \ClawRock \Debug \Model \Storage \HttpStorage $ httpStorage
38+ private \Magento \Framework \PhraseFactory $ phraseFactory ,
39+ private \Magento \Framework \App \State $ appState ,
40+ private \Magento \Framework \App \Config \ScopeConfigInterface $ scopeConfig ,
41+ private \Magento \Framework \App \DeploymentConfig $ deploymentConfig ,
42+ private \ClawRock \Debug \Model \Storage \HttpStorage $ httpStorage
4943 ) {
50- $ this ->phraseFactory = $ phraseFactory ;
51- $ this ->appState = $ appState ;
52- $ this ->scopeConfig = $ scopeConfig ;
53- $ this ->deploymentConfig = $ deploymentConfig ;
54- $ this ->httpStorage = $ httpStorage ;
5544 }
5645
5746 public function getErrorHandler (): string
0 commit comments