Skip to content

Commit

Permalink
Update TagSeeder.php
Browse files Browse the repository at this point in the history
  • Loading branch information
FredMark authored Jan 14, 2024
1 parent d1aa371 commit 7c5000f
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions database/seeders/TagSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,30 +38,16 @@ private function getEvents(): array
'BeforeAndAfter',
'BeforeAndAfter_After',
'BeforeAndAfter_Before',
'Canuary',
'Canuary2024',
'Cleanup4Sarah',
'Cleanup4Sarah2024',
'CornishSplicedTreasureHunt-SpecialFind',
'CornishSplicedTreasureHunt-item-01',
'CornishSplicedTreasureHunt-item-02',
'CornishSplicedTreasureHunt-item-03',
'CornishSplicedTreasureHunt-item-04',
'CornishSplicedTreasureHunt-item-05',
'CornishSplicedTreasureHunt-item-06',
'CornishSplicedTreasureHunt-item-07',
'CornishSplicedTreasureHunt-item-08',
'CornishSplicedTreasureHunt-item-09',
'CornishSplicedTreasureHunt-item-10',
'CornishSplicedTreasureHunt-item-bonus',
'CornishSplicedTreasureHunt2024-01',
'CornishSplicedTreasureHunt2024-02',
'CornishSplicedTreasureHunt2024-03',
'CornishSplicedTreasureHunt2024-04',
'CornishSplicedTreasureHunt2024-05',
'CornishSplicedTreasureHunt2024-06',
'OTHER (For an Event that is not in the picklist)',
'PeukMeuk',
'PeukMeuk2024',
'RedBullLitter',
'ShowYourImpact',
Expand All @@ -70,9 +56,7 @@ private function getEvents(): array
'ShowYourImpact_DeZwerfafvalRuimers',
'ShowYourImpact_ZaanseZwerfvuilEstafette',
'ShowYourImpact_ZwerfieRotterdam',
'WorldCleanupDay',
'WorldCleanupDay2024',
'Zaandewandel',
'Zaandewandel2024',
];
}
Expand Down Expand Up @@ -107,6 +91,7 @@ private function getMaterials(): array
'Plexyglass',
'Styrofoam',
'Textile',
'Unknown',
'Wood',
];
}
Expand Down Expand Up @@ -146,6 +131,7 @@ private function getBrands(): array
'Alaska',
'Alaskan',
'Albert Heijn',
'Aldi',
'Alesto',
'Alex Meijer',
'Alfa',
Expand Down

0 comments on commit 7c5000f

Please sign in to comment.