flush
[pharext/pharext.org] / public / index.php
index 8d0bf63970aeb79d4f3effa70f76893badc0e84e..5718129b2397f3b9e978b8511b630421b8083919 100644 (file)
@@ -3,5 +3,5 @@
 namespace app;
 
 $bootstrap = require "../app/bootstrap.php";
-$injector = $bootstrap(["config", "github", "plates", "web"]);
+$injector = $bootstrap(["config", "github", "plates", "model", "web"]);
 $injector->execute(Web::class);