Big changes regarding database access.

This commit is contained in:
Greyscale 2023-01-22 20:34:23 +01:00
parent 24965f8e8f
commit ccfe8b0997
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -186,7 +186,7 @@ class App
$container =
(new ContainerBuilder())
->useAutowiring(true)
->useAnnotations(true)
->useAttributes(true)
;
// if ((new Filesystem())->exists($this->getCachePath())) {
// $container->enableCompilation($this->getCachePath());