Some more PHP-CS

This commit is contained in:
Philipp Holzer 2023-07-03 00:12:59 +02:00
parent 82f3e4ad86
commit e9699b8e55
Signed by: nupplaPhil
GPG Key ID: 24A7501396EB5432
1 changed files with 1 additions and 1 deletions

View File

@ -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 */