Skip to content

Commit

Permalink
chore: remove ignore line
Browse files Browse the repository at this point in the history
  • Loading branch information
epessine committed Nov 14, 2023
1 parent 403a600 commit ab0c248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Charts/ChartJs.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

0 comments on commit ab0c248

Please sign in to comment.