Normalise usage of Model into Model::class strings

This commit is contained in:
2023-05-05 16:29:08 +10:00
parent 820ff2be00
commit dc74a064ba
9 changed files with 18 additions and 18 deletions

View File

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