I'M ATTACHING THE IMAGES OF SEEDER AND ERROR
THIS IS MY SEEDER FILE AND BELOW THIS I'M HAVING THIS ERROR.
CodePudding user response:
You need to use pass the number of the created models with count
:
User::factory()->count($userQuantity)->create();
and the same is true for the rest of the factories