<?php namespace App\Codes; enum Custom: string { case NONE = "NONE"; case HELLO_TECHNO = "HELLO_TECHNO"; }