<?php
namespace App\Enum;
enum Product : string
{
case none = 'none';
case centre_hospitalier = 'centre_hospitalier';
}