From df5ffea15beb1eb8dc6526a82b7b58f3af614ef0 Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Sun, 11 Aug 2019 17:46:19 +0200 Subject: [PATCH] line break call --- index.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index e8733a8209..1e6439e038 100644 --- a/index.php +++ b/index.php @@ -18,4 +18,8 @@ $dice = (new Dice())->addRules(include __DIR__ . '/static/dependencies.config.ph $a = \Friendica\BaseObject::getApp(); -$a->runFrontend($dice->create(\Friendica\App\Module::class), $dice->create(\Friendica\App\Router::class), $dice->create(\Friendica\Core\Config\PConfiguration::class)); +$a->runFrontend( + $dice->create(\Friendica\App\Module::class), + $dice->create(\Friendica\App\Router::class), + $dice->create(\Friendica\Core\Config\PConfiguration::class) +);