fix gitlab tests
This commit is contained in:
@@ -89,7 +89,7 @@ class InvoicePdfServiceTest extends TestCase
|
||||
'school_year' => '2025-2026',
|
||||
]);
|
||||
|
||||
$config = new InvoiceConfigService;
|
||||
$config = new InvoiceConfigService();
|
||||
$grades = new InvoiceGradeService($config->getGradeFee());
|
||||
$service = new InvoicePdfService($config, $grades);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user