create([ 'name' => 'Test User', 'email' => 'test@example.com', ]); $test_author = Author::factory()->user($test_user)->create(); Article::factory()->author($test_author)->count(30)->create(); } }