src/Type/EnumControlMethod.php line 7

Open in your IDE?
  1. <?php
  2. namespace App\Type;
  3. use App\Entity\CookingOilControl;
  4. class EnumControlMethod extends EnumType
  5. {
  6.     protected $name "enumControlMethod";
  7.     protected $values CookingOilControl::CONTROL_METHODS;
  8. }