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)

Twig Metrics

1 ms Render time
4 Template calls
1 Block calls
0 Macro calls

Render time includes sub-requests rendering time (if any).

Rendered Templates

Template Name & Path Render Count
@WebProfiler/Profiler/toolbar_js.html.twig vendor/symfony/web-profiler-bundle/Resources/views/Profiler/toolbar_js.html.twig 1
@WebProfiler/Profiler/toolbar.html.twig vendor/symfony/web-profiler-bundle/Resources/views/Profiler/toolbar.html.twig 1
@WebProfiler/Profiler/toolbar_item.html.twig vendor/symfony/web-profiler-bundle/Resources/views/Profiler/toolbar_item.html.twig 1
@WebProfiler/Profiler/toolbar.css.twig vendor/symfony/web-profiler-bundle/Resources/views/Profiler/toolbar.css.twig 1

Rendering Call Graph

main 1.00ms/100%@WebProfiler/Profiler/toolbar_js.html.twig 1.00ms/100%@WebProfiler/Profiler/toolbar.html.twig
  │ └ @WebProfiler/Profiler/cancel.html.twig::block(toolbar)
  │   └ @WebProfiler/Profiler/toolbar_item.html.twig@WebProfiler/Profiler/toolbar.css.twig