update api and add more features
This commit is contained in:
@@ -72,7 +72,7 @@ class PaymentEventChargesServiceTest extends TestCase
|
||||
'updated_by' => null,
|
||||
]);
|
||||
|
||||
$service = new PaymentEventChargesService();
|
||||
$service = app(PaymentEventChargesService::class);
|
||||
$students = $service->getEnrolledStudents(10, '2025-2026');
|
||||
|
||||
$this->assertCount(1, $students);
|
||||
|
||||
Reference in New Issue
Block a user