Closed pedzed closed 6 years ago
In the README, the given example is this:
README
$faker->addProvider(new pelmered\Faker\FakeCar\Provider($faker));
But the namespace is wrong. It should be:
$faker->addProvider(new \Faker\Provider\Fakecar($faker));
Ah, thanks for reporting. I will fix immediately.
In the
README
, the given example is this:But the namespace is wrong. It should be: