Code Duplication    Length = 5-5 lines in 2 locations

system/Inji/Model.php 2 locations

@@ 1204-1208 (lines=5) @@
1201
            $storage['scheme'][$classPath[1]]['ai'] = $id + 1;
1202
            $storage[$classPath[1]][] = $this->_params;
1203
        }
1204
        if (!empty($moduleConfig['storage']['appTypeSplit'])) {
1205
            $moduleConfig['storage'][$appType] = $storage;
1206
        } else {
1207
            $moduleConfig['storage'] = $storage;
1208
        }
1209
        if (empty(static::$storage['options']['share'])) {
1210
            Config::save('module', $moduleConfig, $classPath[0]);
1211
        } else {
@@ 1401-1405 (lines=5) @@
1398
                break;
1399
            }
1400
        }
1401
        if (!empty($moduleConfig['storage']['appTypeSplit'])) {
1402
            $moduleConfig['storage'][$appType] = $storage;
1403
        } else {
1404
            $moduleConfig['storage'] = $storage;
1405
        }
1406
        if (empty(static::$storage['options']['share'])) {
1407
            Config::save('module', $moduleConfig, $classPath[0]);
1408
        } else {