'b7307b09-fc0c-4d0d-a556-ed70fc8e40f7', 'name' => 'testCity', 'url' => 'test_city' ]; /** * Run the database seeds. */ public function run(): void { City::factory() ->count(10) ->create(); City::factory()->create($this->test_city); } }