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