X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=public%2Findex.php;h=0e8d165bb0f1081c24df6aa5988c08e5e401226e;hb=HEAD;hp=7603f62973f67b31d91940ea33255e80e98b8129;hpb=b0a2ea11d6b820abe4758aaf56e6d226ded72942;p=pharext%2Fpharext.org diff --git a/public/index.php b/public/index.php index 7603f62..0e8d165 100644 --- a/public/index.php +++ b/public/index.php @@ -4,6 +4,7 @@ namespace app; try { $bootstrap = require "../app/bootstrap.php"; + /* @var $injector \auryn\Injector */ $injector = $bootstrap(["config", "github", "plates", "model", "web"]); return $injector->execute(Web::class); } catch (\Exception $e) {