Edit File: CotactUsSubjectType.php
<?php namespace App\Enums; class CotactUsSubjectType extends Base { const COMPLAINT = 1; const SUGGESTION = 2; }
Back to File Manager