create(); \App\Models\User::factory()->create([ 'name' => 'Test User', 'email' => 'test@example.com', ]); $this->call([ PostSeeder::class, ]); } }