Skip to content

Commit

Permalink
Fix: exclude ContaoManager dir with Plugin class from services (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
orchid-mantis authored Dec 2, 2024
1 parent 6e82acb commit ee85bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:

Oveleon\ContaoCookiebar\:
resource: '../src/'
exclude: '../src/{Model,DependencyInjection,Resources,AbstractCookie.php,ContaoCookiebar.php,Cookiebar.php,GlobalConfig.php,Cookie.php}'
exclude: '../src/{ContaoManager,Model,DependencyInjection,Resources,AbstractCookie.php,ContaoCookiebar.php,Cookiebar.php,GlobalConfig.php,Cookie.php}'

Oveleon\ContaoCookiebar\EventListener\KernelRequestListener:
arguments:
Expand Down

0 comments on commit ee85bdf

Please sign in to comment.