Fixes for CI/CD

This commit is contained in:
Deon George
2022-02-01 20:15:11 +11:00
parent b9b4416737
commit d1a7e399dc
9 changed files with 27 additions and 32 deletions

View File

@@ -65,7 +65,7 @@ class ServiceFactory extends Factory
// 'orderedby_id',
// 'order_status',
// 'order_info',
'model' => 'App\Models\Service\Adsl',
'model' => 'App\Models\Service\Broadband',
];
}
}