Skip to content

Commit

Permalink
fix: Fix class name in service loader
Browse files Browse the repository at this point in the history
  • Loading branch information
notz committed Jun 14, 2024
1 parent 1103d16 commit e005870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
->autowire()
->autoconfigure();

$services->load('MauticPlugin\\MauticPostalBundle\\', '../')
$services->load('MauticPlugin\\PostalBundle\\', '../')
->exclude('../{Config}');
};

0 comments on commit e005870

Please sign in to comment.