fix gitlab tests
This commit is contained in:
@@ -100,7 +100,7 @@ class PromotionEnrollmentServiceTest extends TestCase
|
||||
*/
|
||||
private function bootstrap(): array
|
||||
{
|
||||
$audit = new PromotionAuditService;
|
||||
$audit = new PromotionAuditService();
|
||||
$service = new PromotionEnrollmentService(new PromotionStatusService($audit), $audit);
|
||||
|
||||
$parentId = (int) DB::table('users')->insertGetId([
|
||||
|
||||
Reference in New Issue
Block a user