Edit File: ProductDeliveryTypesEnum.php
<?php namespace App\Enums; enum ProductDeliveryTypesEnum: int { case Store = 1; case Home = 2; case Both = 3; }
Back to File Manager