mirror of
https://github.com/friendica/friendica
synced 2025-01-03 04:02:20 +00:00
Rename App variable
This commit is contained in:
parent
856f8fb908
commit
66822c6a81
1 changed files with 2 additions and 2 deletions
|
@ -19,6 +19,6 @@ $request = \GuzzleHttp\Psr7\ServerRequest::fromGlobals();
|
|||
|
||||
$dice = (new Dice())->addRules(include __DIR__ . '/static/dependencies.config.php');
|
||||
|
||||
$a = \Friendica\App::fromDice($dice);
|
||||
$app = \Friendica\App::fromDice($dice);
|
||||
|
||||
$a->processRequest($request, $start_time);
|
||||
$app->processRequest($request, $start_time);
|
||||
|
|
Loading…
Reference in a new issue