create([ 'name' => 'Test Owner', 'email' => 'owner@example.com', 'role' => UserRole::Owner, ]); $this->call(DeviceTypeSeeder::class); } }