diff --git a/Config/services.php b/Config/services.php new file mode 100644 index 0000000..7f1ed32 --- /dev/null +++ b/Config/services.php @@ -0,0 +1,20 @@ +services() + ->defaults() + // ->autowire() + ->autoconfigure() + ->public(); + + $excludes = [ + ]; + + $services->load('MauticPlugin\\MauticRssToEmailBundle\\', '../') + ->exclude('../{'.implode(',', array_merge(MauticCoreExtension::DEFAULT_EXCLUDES, $excludes)).'}'); +};