Edit File: ProductTypeEnum.php
<?php namespace App\Enums; enum ProductTypeEnum: int { case NO_PRICE = 0; case HAS_PRICE = 1; }
Back to File Manager