%PDF- %PDF-
<?php namespace App\Enums; enum ContestCategoryEnum : int { case SHORTGUN = 1; case RIFLE = 2; case SHOTGUN = 3; }