| Total Complexity | 2 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 6 | class User |
||
| 7 | { |
||
| 8 | protected $_configRepository; |
||
| 9 | |||
| 10 | public function __construct(\Firegento\DevDashboard\Model\ConfigRepository $configRepository) |
||
| 11 | { |
||
| 12 | $this->_configRepository = $configRepository; |
||
| 13 | } |
||
| 14 | |||
| 15 | public function afterLoad(\Magento\User\Model\User $subject, $result) |
||
| 20 | } |
||
| 21 | } |
||
| 22 |