mirror of
https://github.com/friendica/friendica
synced 2025-05-19 17:04:11 +02:00
Fix codestyle
This commit is contained in:
parent
9e4a69150c
commit
24cbfd0953
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue