Undefined type 'Database\Seeders\Faker\Factory'.intelephense(1009)
Author: udloverCreated Oct 4, 2020Updated Oct 23, 2020
I'm new to laravel and use fzaninotto/Faker for practice seeding and i got the error when i create the instance $faker = Faker\Factory::create(); Error is: Undefined type 'Database\Seeders\Faker\Factory'.intelephense(1009)
Thanks!
Source: fzaninotto/Faker