Code Duplication    Length = 5-5 lines in 2 locations

system/Inji/Model.php 2 locations

@@ 1406-1410 (lines=5) @@
1403
            $storage['scheme'][$classPath[1]]['ai'] = $id + 1;
1404
            $storage[$classPath[1]][] = $this->_params;
1405
        }
1406
        if (!empty($moduleConfig['storage']['appTypeSplit'])) {
1407
            $moduleConfig['storage'][$appType] = $storage;
1408
        } else {
1409
            $moduleConfig['storage'] = $storage;
1410
        }
1411
        if (empty(static::$storage['options']['share'])) {
1412
            Config::save('module', $moduleConfig, $classPath[0]);
1413
        } else {
@@ 1603-1607 (lines=5) @@
1600
                break;
1601
            }
1602
        }
1603
        if (!empty($moduleConfig['storage']['appTypeSplit'])) {
1604
            $moduleConfig['storage'][$appType] = $storage;
1605
        } else {
1606
            $moduleConfig['storage'] = $storage;
1607
        }
1608
        if (empty(static::$storage['options']['share'])) {
1609
            Config::save('module', $moduleConfig, $classPath[0]);
1610
        } else {