Update DateTime.php

This commit is contained in:
Michael Nabil 2022-07-06 00:22:35 +02:00 committed by GitHub
parent fbbc24e4b4
commit 25a4aaf837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ trait DateTime
}) })
->groupBy(function ($item, $key) { ->groupBy(function ($item, $key) {
return Str::before($key, '/'); return Str::before($key, '/');
}, preserveKeys: true);; }, preserveKeys: true);
} }
public function getFinancialStart($year = null) public function getFinancialStart($year = null)