Code Duplication    Length = 5-5 lines in 2 locations

system/Inji/Model.php 2 locations

@@ 1466-1470 (lines=5) @@
1463
            $storage['scheme'][$classPath[1]]['ai'] = $id + 1;
1464
            $storage[$classPath[1]][] = $this->_params;
1465
        }
1466
        if (!empty($moduleConfig['storage']['appTypeSplit'])) {
1467
            $moduleConfig['storage'][$appType] = $storage;
1468
        } else {
1469
            $moduleConfig['storage'] = $storage;
1470
        }
1471
        if (empty(static::$storage['options']['share'])) {
1472
            Config::save('module', $moduleConfig, $classPath[0]);
1473
        } else {
@@ 1667-1671 (lines=5) @@
1664
                break;
1665
            }
1666
        }
1667
        if (!empty($moduleConfig['storage']['appTypeSplit'])) {
1668
            $moduleConfig['storage'][$appType] = $storage;
1669
        } else {
1670
            $moduleConfig['storage'] = $storage;
1671
        }
1672
        if (empty(static::$storage['options']['share'])) {
1673
            Config::save('module', $moduleConfig, $classPath[0]);
1674
        } else {