Skip to content

Commit

Permalink
Merge pull request #16 from nickveenhof/patch-1
Browse files Browse the repository at this point in the history
Fix call to constructor of ChartOptions
  • Loading branch information
cmen committed Jan 16, 2018
2 parents f123595 + 6a0969f commit df3e48f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions GoogleCharts/Options/ChartOptions.php
Expand Up @@ -12,4 +12,11 @@ class ChartOptions implements ChartOptionsInterface
use HeightTrait;

use WidthTrait;

/**
* ChartOptions constructor.
*/
public function __construct()
{
}
}

0 comments on commit df3e48f

Please sign in to comment.