Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Jan 4, 2025
1 parent 580b41b commit 7e8d561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/EasyAdminExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function prepend(ContainerBuilder $builder): void
$builder->prependExtensionConfig('twig', [
'paths' => is_dir($bundleTemplatesOverrideDir)
? [
'templates/bundles/EasyAdminBundle/' => null,
'templates/bundles/EasyAdminBundle/' => 'ea',
\dirname(__DIR__).'/../templates/' => 'ea',
]
: [
Expand Down

0 comments on commit 7e8d561

Please sign in to comment.