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

@@ -29,7 +29,7 @@ class GroupFactory extends Factory
// 'date_expire',
// 'parent_id',
'active' => TRUE,
// 'pricing',
'pricing' => TRUE,
// 'name',
];
}