diff --git a/module/VuFindConsole/src/VuFindConsole/Command/Language/AbstractCommand.php b/module/VuFindConsole/src/VuFindConsole/Command/Language/AbstractCommand.php index f2a1dc01914..fb689ef8067 100644 --- a/module/VuFindConsole/src/VuFindConsole/Command/Language/AbstractCommand.php +++ b/module/VuFindConsole/src/VuFindConsole/Command/Language/AbstractCommand.php @@ -35,6 +35,7 @@ use VuFind\I18n\Translator\Loader\ExtendedIniReader; use function count; +use function in_array; use function is_callable; /**