X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FApp.php;h=9b6f6a5a296eea138749891e8b93c320caeeeee0;hb=19f2a998d228c1485219c0e31af3eb35b38eef7f;hp=892a4c7790e4955283f13f05de000326e3f92645;hpb=16c2705016554289b8e2644d8f2093fb0f16178a;p=friendica.git diff --git a/src/App.php b/src/App.php index 892a4c7790..9b6f6a5a29 100644 --- a/src/App.php +++ b/src/App.php @@ -1,7 +1,24 @@ . + * */ + namespace Friendica; use Exception; @@ -25,9 +42,6 @@ use Friendica\Util\Strings; use Psr\Log\LoggerInterface; /** - * - * class: App - * * Our main application structure for the life of this page. * * Primarily deals with the URL that got us here