Implemented wrong interface.

This commit is contained in:
James Cole 2016-01-28 21:59:40 +01:00
parent 168ed5ac56
commit 43dbba5378
4 changed files with 4 additions and 4 deletions

View File

@ -24,4 +24,4 @@
</rule>
</ruleset>
</ruleset>

View File

@ -319,4 +319,4 @@
</rules>
</arrangement>
</codeStyleSettings>
</code_scheme>
</code_scheme>

View File

@ -33,4 +33,4 @@
</rule>
</ruleset>
</ruleset>

View File

@ -9,7 +9,7 @@ use Illuminate\Support\Collection;
*
* @package FireflyIII\Generator\Chart\Report
*/
class ChartJsReportChartGenerator implements ReportChartGenerator
class ChartJsReportChartGenerator implements ReportChartGeneratorInterface
{
/**