Laravel - Database Basics and Migrations
Why does the following Laravel factory definition cause an error?
public function definition() { return ['email' => fake()->unique()->safeEmail]; }