@@ -35,7 +35,7 @@ |
||
| 35 | 35 | |
| 36 | 36 | $userId = $this->_authSession->getUser()->getId(); |
| 37 | 37 | $config = $this->_configRepository->getByUserId($userId); |
| 38 | - if($config->getData('use_devdashboard')) { |
|
| 38 | + if ($config->getData('use_devdashboard')) { |
|
| 39 | 39 | return 'devdashboard/index/index'; |
| 40 | 40 | } |
| 41 | 41 | |