messenger-monitor-bundle icon indicating copy to clipboard operation
messenger-monitor-bundle copied to clipboard

`RecurringMessage::getMessage()` was removed in favor of `getMessages()`

Open Chris53897 opened this issue 1 year ago • 1 comments

Error: Call to an undefined method Symfony\Component\Scheduler\RecurringMessage::getMessage().

This class has only getMessages() https://github.com/symfony/symfony/blob/6.4/src/Symfony/Component/Scheduler/RecurringMessage.php

I did not take a closer look yet.

Chris53897 avatar Dec 11 '23 11:12 Chris53897

There was a BC break here from 6.3-6.4: https://github.com/symfony/symfony/pull/51542

I'm going to have to rethink this 🤔

kbond avatar Dec 13 '23 23:12 kbond

I believe this was fixed in #65

kbond avatar Nov 10 '24 03:11 kbond