Skip to content

Commit

Permalink
Added missing $this return
Browse files Browse the repository at this point in the history
  • Loading branch information
chimit authored Jan 25, 2024
1 parent 45b01e7 commit abb24f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LarapexChart.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ public function setDataLabels(bool $enabled = true) :LarapexChart
public function setTheme(string $theme) :LarapexChart
{
$this->theme = $theme;
return $this;
}

public function setSparkline(bool $enabled = true): LarapexChart
Expand Down

0 comments on commit abb24f4

Please sign in to comment.