Fix codestyle

This commit is contained in:
Michael 2025-03-11 04:54:16 +00:00
parent 9e4a69150c
commit 24cbfd0953

View file

@ -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;