'Bygning 7'], ['name' => 'Bygning 8'], ['name' => 'Test Building'], ]; foreach ($items as $item) { Building::create($item); } } }