Merge pull request #14846 from annando/warning

Add public contact if missing
This commit is contained in:
Hypolite Petovan 2025-03-11 09:02:00 -04:00 committed by GitHub
commit 64d85ad86a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 45 additions and 5 deletions

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;