pull/14846/head
Michael 2025-03-11 04:54:16 +00:00
rodzic 9e4a69150c
commit 24cbfd0953
1 zmienionych plików z 2 dodań i 2 usunięć
src/Core/Hooks/Util

Wyświetl plik

@ -21,8 +21,8 @@ class StrategiesFileManager
* -> it's an empty string to cover empty/missing config values
*/
const STRATEGY_DEFAULT_KEY = '';
const STATIC_DIR = 'static';
const CONFIG_NAME = 'strategies';
const STATIC_DIR = 'static';
const CONFIG_NAME = 'strategies';
/** @var ICanLoadAddons */
protected $addonLoader;