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/admin/.env

Performance metrics

99 ms Total execution time
23 ms Symfony initialization
6.00 MiB Peak memory usage

Execution timeline

ms (timeline only displays events with a duration longer than this threshold)

Sub-Request
"error_controller"
76.4 ms Return to parent request