8d0bf63970aeb79d4f3effa70f76893badc0e84e
[pharext/pharext.org] / public / index.php
1 <?php
2
3 namespace app;
4
5 $bootstrap = require "../app/bootstrap.php";
6 $injector = $bootstrap(["config", "github", "plates", "web"]);
7 $injector->execute(Web::class);