Code Duplication    Length = 5-5 lines in 2 locations

system/Inji/Model.php 2 locations

@@ 1400-1404 (lines=5) @@
1397
            $storage['scheme'][$classPath[1]]['ai'] = $id + 1;
1398
            $storage[$classPath[1]][] = $this->_params;
1399
        }
1400
        if (!empty($moduleConfig['storage']['appTypeSplit'])) {
1401
            $moduleConfig['storage'][$appType] = $storage;
1402
        } else {
1403
            $moduleConfig['storage'] = $storage;
1404
        }
1405
        if (empty(static::$storage['options']['share'])) {
1406
            Config::save('module', $moduleConfig, $classPath[0]);
1407
        } else {
@@ 1597-1601 (lines=5) @@
1594
                break;
1595
            }
1596
        }
1597
        if (!empty($moduleConfig['storage']['appTypeSplit'])) {
1598
            $moduleConfig['storage'][$appType] = $storage;
1599
        } else {
1600
            $moduleConfig['storage'] = $storage;
1601
        }
1602
        if (empty(static::$storage['options']['share'])) {
1603
            Config::save('module', $moduleConfig, $classPath[0]);
1604
        } else {