Code Duplication    Length = 5-5 lines in 2 locations

system/Inji/Model.php 2 locations

@@ 1157-1161 (lines=5) @@
1154
            $storage['scheme'][$classPath[1]]['ai'] = $id + 1;
1155
            $storage[$classPath[1]][] = $this->_params;
1156
        }
1157
        if (!empty($moduleConfig['storage']['appTypeSplit'])) {
1158
            $moduleConfig['storage'][$appType] = $storage;
1159
        } else {
1160
            $moduleConfig['storage'] = $storage;
1161
        }
1162
        if (empty(static::$storage['options']['share'])) {
1163
            Config::save('module', $moduleConfig, $classPath[0]);
1164
        } else {
@@ 1354-1358 (lines=5) @@
1351
                break;
1352
            }
1353
        }
1354
        if (!empty($moduleConfig['storage']['appTypeSplit'])) {
1355
            $moduleConfig['storage'][$appType] = $storage;
1356
        } else {
1357
            $moduleConfig['storage'] = $storage;
1358
        }
1359
        if (empty(static::$storage['options']['share'])) {
1360
            Config::save('module', $moduleConfig, $classPath[0]);
1361
        } else {