@@ -489,7 +489,7 @@ |
||
| 489 | 489 | if (\App\Cache::has(__METHOD__, $moduleName)) { |
| 490 | 490 | $inventoryTypes = \App\Cache::get(__METHOD__, $moduleName); |
| 491 | 491 | } else { |
| 492 | - if(\App\Config::performance('LOAD_CUSTOM_FILES')){ |
|
| 492 | + if (\App\Config::performance('LOAD_CUSTOM_FILES')) { |
|
| 493 | 493 | $fieldPaths[] = "custom/modules/{$moduleName}/inventoryfields/"; |
| 494 | 494 | } |
| 495 | 495 | $fieldPaths[] = "modules/{$moduleName}/inventoryfields/"; |