Skip to content

Commit 5db8194

Browse files
committed
fix(website_category) Added Xbox, Playstation, Nintendo and Meta
1 parent 433c49c commit 5db8194

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Enums/Website/Category.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,8 @@ enum Category: int
2424
case GOG = 17;
2525
case DISCORD = 18;
2626
case BLUESKY = 19;
27+
case XBOX = 22;
28+
case PLAYSTATION = 23;
29+
case NINTENDO = 24;
30+
case META = 25;
2731
}

0 commit comments

Comments
 (0)