Fix Pint formatting
This commit is contained in:
@@ -77,7 +77,7 @@ class InvoiceGenerationServiceTest extends TestCase
|
||||
'school_year' => '2025-2026',
|
||||
]);
|
||||
|
||||
$config = new InvoiceConfigService();
|
||||
$config = new InvoiceConfigService;
|
||||
$grades = new InvoiceGradeService($config->getGradeFee());
|
||||
$tuition = new InvoiceTuitionService(
|
||||
$grades,
|
||||
|
||||
Reference in New Issue
Block a user