add tests batch 20
This commit is contained in:
@@ -19,7 +19,7 @@ class FinancialSchoolYearService
|
||||
->values()
|
||||
->all();
|
||||
|
||||
if (empty($years) && ! empty($fallbackYear)) {
|
||||
if (empty($years) && !empty($fallbackYear)) {
|
||||
$years[] = (string) $fallbackYear;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user