Remove unnecessary $model property

This commit is contained in:
Shift
2023-02-19 16:19:05 +00:00
committed by HolgerHatGarKeineNode
parent e3c175e5fe
commit df2d3d03ba
18 changed files with 0 additions and 126 deletions

View File

@@ -10,13 +10,6 @@ use Laravel\Jetstream\Features;
class UserFactory extends Factory
{
/**
* The name of the factory's corresponding model.
*
* @var string
*/
protected $model = User::class;
/**
* Define the model's default state.
*