This commit is contained in:
James Cole
2020-11-12 20:26:41 +01:00
parent cd67d8fe21
commit 5fce6af00a
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ class MonthReportGenerator implements ReportGeneratorInterface
*/
public function __construct()
{
$this->expenses = new Collection;
$this->expenses = [];
}
/**