Make PHP-CS happy :-)

This commit is contained in:
Philipp 2025-01-05 22:49:56 +01:00
parent 560bf345da
commit 22ce079222
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
7 changed files with 10 additions and 9 deletions

View file

@ -53,6 +53,6 @@ require dirname(__FILE__, 2) . '/vendor/autoload.php';
$dice = (new Dice())->addRules(require(dirname(__FILE__, 2) . '/static/dependencies.config.php'));
$container = \Friendica\Core\Container::fromDice($dice);
$app = \Friendica\App::fromContainer($container);
$app = \Friendica\App::fromContainer($container);
$app->processEjabberd();