Closed fritzmg closed 1 year ago
Fixes https://github.com/terminal42/contao-notification_center/issues/288
The problem is the loading order. The notification_center module might get loaded before the ContaoNewsletterBundle. This PR fixes that.
notification_center
ContaoNewsletterBundle
Fixes https://github.com/terminal42/contao-notification_center/issues/288
The problem is the loading order. The
notification_center
module might get loaded before theContaoNewsletterBundle
. This PR fixes that.