chore: complete update
This commit is contained in:
9
src/Framework/CommandBus/ShouldQueue.php
Normal file
9
src/Framework/CommandBus/ShouldQueue.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Framework\CommandBus;
|
||||
|
||||
#[\Attribute(\Attribute::TARGET_CLASS)]
|
||||
class ShouldQueue
|
||||
{
|
||||
// Hier könnten noch Optionen rein (z. B. Queue-Name, Delay …)
|
||||
}
|
||||
Reference in New Issue
Block a user