<?php namespace App\Models\Enums; enum CustomFieldGroupType: string { case NAMING_RULE = 'naming_rule'; case DICTIONARY = 'dictionary'; }