<?php namespace App\Enums; enum BlockedPeriodEnum: string { case MORNING = 'morning'; case AFTERNOON = 'afternoon'; case ALL = 'all'; }