mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
Fixed some tests.
This commit is contained in:
@@ -49,4 +49,4 @@ class ChartJsPiggyBankChartGenerator implements PiggyBankChartGenerator
|
||||
|
||||
return $data;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -38,4 +38,4 @@ class GooglePiggyBankChartGenerator implements PiggyBankChartGenerator
|
||||
|
||||
return $chart->getData();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -17,4 +17,4 @@ interface PiggyBankChartGenerator
|
||||
* @return array
|
||||
*/
|
||||
public function history(Collection $set);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user