namespace App\Scheduler\Handler; use App\Scheduler\Message\SendDailyReminder; use Symfony\Component\Messenger\Attribute\AsMessageHandler; #[AsMessageHandler] class SendDailyReminderHandler { public function __invoke(SendDailySalesReports $message) { // ... do some work to send the report to the customers } }namespace App\Scheduler\Message; class SendDailyReminder { public function __construct(private int $id) {} public function getId(): int { return $this->id; } } Symfony Profiler

Error 404 Not Found

GET https://billing.brightnous.com/wp-config.php.old

Forwarded to ErrorController (d83262)

Dumped Contents

No content was dumped.