more fixies
This commit is contained in:
parent
d350e2381a
commit
a48aa86b09
9 changed files with 15 additions and 14 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
declare(strict_types=1);
|
||||
|
||||
use App\Service\ConfigurationService;
|
||||
use App\Enum\SystemSettingKey;
|
||||
use Doctrine\ORM\Configuration;
|
||||
use App\Settings;
|
||||
|
@ -44,7 +45,7 @@ return [
|
|||
Configuration $configuration
|
||||
): EntityManagerInterface => new EntityManager($connection, $configuration),
|
||||
|
||||
Twig::class => function (\App\Service\ConfigurationService $config): Twig {
|
||||
Twig::class => function (ConfigurationService $config): Twig {
|
||||
$paths = [__DIR__ . '/../templates'];
|
||||
$cache = __DIR__ . '/../var/cache/twig';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue