From ab0c2480805e10e57249e24c555c0b68b9334489 Mon Sep 17 00:00:00 2001 From: Eduardo Pessine Date: Tue, 14 Nov 2023 20:07:36 -0300 Subject: [PATCH] chore: remove ignore line --- src/Charts/ChartJs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Charts/ChartJs.php b/src/Charts/ChartJs.php index 96ba100..e536421 100644 --- a/src/Charts/ChartJs.php +++ b/src/Charts/ChartJs.php @@ -63,6 +63,6 @@ public function run(string $expression): void public function toHtml(): string { - return app('livewire')->mount(Renderer::class, ['chart' => $this], $this->id); // @phpstan-ignore-line + return app('livewire')->mount(Renderer::class, ['chart' => $this], $this->id); } }