Update DateTime.php
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user