<?php
namespace App\Type;
use App\Entity\CookingOilControl;
class EnumControlMethod extends EnumType
{
protected $name = "enumControlMethod";
protected $values = CookingOilControl::CONTROL_METHODS;
}