Big changes regarding database access.
This commit is contained in:
parent
24965f8e8f
commit
ccfe8b0997
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in a new issue