mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
line break call
This commit is contained in:
parent
11752d7059
commit
df5ffea15b
1 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue