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

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