<?php namespace App\Models\Enums; enum BimFileModelType: string { case CAD = 'cad'; case BIM = 'bim'; case GIS = 'gis'; }