Closed theDyingMountain closed 4 months ago
The check in config.php should be changed to:
['Contao\News', 'generateFeeds'] instead of ['News', 'generateFeeds']
['Contao\News', 'generateFeeds']
['News', 'generateFeeds']
than it works for me.
Thanks for the report! Fixed in cf8912b070a3d2f360c3c4cf3031a26403f293df
The check in config.php should be changed to:
['Contao\News', 'generateFeeds']
instead of['News', 'generateFeeds']
than it works for me.