projects
/
pharext
/
pharext.org
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
443abbb
)
phpdoc
author
Michael Wallner
<mike@php.net>
Fri, 16 Dec 2016 09:06:10 +0000
(10:06 +0100)
committer
Michael Wallner
<mike@php.net>
Fri, 20 Dec 2019 12:21:58 +0000
(13:21 +0100)
public/index.php
patch
|
blob
|
history
diff --git
a/public/index.php
b/public/index.php
index 7603f62973f67b31d91940ea33255e80e98b8129..0e8d165bb0f1081c24df6aa5988c08e5e401226e 100644
(file)
--- 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) {