'b7301b09-fc0c-4d0d-a556-ed70fc8e40f7', 'name' => 'testCompany', 'image' => null, 'description' => 'Pellentesque tristique imperdiet tortor.' ]; /** * Run the database seeds. */ public function run(): void { Company::factory()->create($this->test_company); } }