Code Duplication    Length = 5-5 lines in 2 locations

system/Inji/Model.php 2 locations

@@ 1391-1395 (lines=5) @@
1388
      $storage['scheme'][$classPath[1]]['ai'] = $id + 1;
1389
      $storage[$classPath[1]][] = $this->_params;
1390
    }
1391
    if (!empty($moduleConfig['storage']['appTypeSplit'])) {
1392
      $moduleConfig['storage'][$appType] = $storage;
1393
    } else {
1394
      $moduleConfig['storage'] = $storage;
1395
    }
1396
    if (empty(static::$storage['options']['share'])) {
1397
      Config::save('module', $moduleConfig, $classPath[0]);
1398
    } else {
@@ 1588-1592 (lines=5) @@
1585
        break;
1586
      }
1587
    }
1588
    if (!empty($moduleConfig['storage']['appTypeSplit'])) {
1589
      $moduleConfig['storage'][$appType] = $storage;
1590
    } else {
1591
      $moduleConfig['storage'] = $storage;
1592
    }
1593
    if (empty(static::$storage['options']['share'])) {
1594
      Config::save('module', $moduleConfig, $classPath[0]);
1595
    } else {