Skip to content

Commit

Permalink
Minor compatibility fix 2.1 - PLEASE create a release to have matchin…
Browse files Browse the repository at this point in the history
…g version numbers for the released atk4/ui 2.2. Thank you (#10)

Co-authored-by: Michael Krecek <krecek@dte-systems.de>
  • Loading branch information
mkrecek234 and dtemaster authored Aug 25, 2020
1 parent 37a1ac3 commit 852b4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chart.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function init(): void
/**
* Renders chart view.
*/
public function renderView()
public function renderView(): void
{
$this->js(true, new jsExpression('new Chart([], []);', [$this->name, $this->getConfig()]));

Expand Down

0 comments on commit 852b4d4

Please sign in to comment.