We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ScheduledStamp
1 parent 47b95f2 commit e8da2b4Copy full SHA for e8da2b4
src/Symfony/Component/Scheduler/Messenger/ScheduledStamp.php
@@ -11,13 +11,13 @@
11
12
namespace Symfony\Component\Scheduler\Messenger;
13
14
-use Symfony\Component\Messenger\Stamp\NonSendableStampInterface;
+use Symfony\Component\Messenger\Stamp\StampInterface;
15
use Symfony\Component\Scheduler\Generator\MessageContext;
16
17
/**
18
* @experimental
19
*/
20
-final class ScheduledStamp implements NonSendableStampInterface
+final class ScheduledStamp implements StampInterface
21
{
22
public function __construct(public readonly MessageContext $messageContext)
23
0 commit comments