%PDF- %PDF-
Direktori : /proc/thread-self/root/www/loslex/test/app/Enums/ |
Current File : //proc/thread-self/root/www/loslex/test/app/Enums/ContestCategoryEnum.php |
<?php namespace App\Enums; enum ContestCategoryEnum : int { case SHORTGUN = 1; case RIFLE = 2; case SHOTGUN = 3; }