Open saber13812002 opened 3 years ago
Hi @saber13812002 did you test with a new instance of the Faker class like this
$faker = new Ybazli\Faker\Faker;
$faker->firstName();
And remember to add this in your composer.json
"ybazli/faker": "dev-master"
Non-static method Ybazli\Faker\Faker::firstName() should not be called statically