Skip to content

Commit

Permalink
use proper extension base class
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed May 15, 2024
1 parent 0bc8abc commit 11221f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ class DependencyInjection {
imports.addAll(#[
'Symfony\\Component\\Config\\FileLocator',
'Symfony\\Component\\DependencyInjection\\ContainerBuilder',
'Symfony\\Component\\DependencyInjection\\Extension\\Extension',
'Symfony\\Component\\DependencyInjection\\Loader\\YamlFileLoader',
'Symfony\\Component\\HttpKernel\\DependencyInjection\\Extension',
appNamespace + '\\DependencyInjection\\Configuration'
])
if (!needsConfig) {
Expand Down

0 comments on commit 11221f8

Please sign in to comment.