I may be wrong but I have the impression that both Illuminate\Database\Eloquent\Factories\Factory calling the Faker\Generator singleton of Illuminate\Database\DatabaseServiceProvider is kind of a duplicate with the Trait Illuminate\Foundation\Testing\WithFaker. Probably should be using the last Trait instead, no?
Hi everyone,
I may be wrong but I have the impression that both Illuminate\Database\Eloquent\Factories\Factory calling the Faker\Generator singleton of Illuminate\Database\DatabaseServiceProvider is kind of a duplicate with the Trait Illuminate\Foundation\Testing\WithFaker. Probably should be using the last Trait instead, no?