mirror of
https://github.com/friendica/friendica
synced 2024-11-18 13:03:41 +00:00
Some more PHP-CS
This commit is contained in:
parent
82f3e4ad86
commit
e9699b8e55
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ use Friendica\Core\Hooks\Exceptions\HookConfigException;
|
|||
*/
|
||||
class HookFileManager
|
||||
{
|
||||
const STATIC_DIR = 'static';
|
||||
const STATIC_DIR = 'static';
|
||||
const CONFIG_NAME = 'hooks';
|
||||
|
||||
/** @var ICanLoadAddons */
|
||||
|
|
Loading…
Reference in a new issue