X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FApp.php;h=9b6f6a5a296eea138749891e8b93c320caeeeee0;hb=1d8bb726d621662f359930b13b382f1aef155172;hp=892a4c7790e4955283f13f05de000326e3f92645;hpb=3f57e16a1a49326a0c13a88a10c7a6bfb87c4878;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