<?php namespace App\Module\Notification\Enums; enum NOTIFICATION_CHANNEL: string { case SMS = 'sms'; case MAIL = 'mail'; case PUSH = 'push'; }