<?php namespace App\Models\Enums; enum CustomFieldGroup: string { case PRIVATE = 'private'; case CUSTOM = 'custom'; }