laravel / ideas

Issues board used for Laravel internals discussions.
938 stars 28 forks source link

Duplicate Faker init? #2504

Open Korko opened 3 years ago

Korko commented 3 years ago

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?

buismaarten commented 3 years ago

Wrong repo