fix : give good name to field demande
This commit is contained in:
parent
d033e2d58b
commit
9dfcafd329
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ use Psr\Container\ContainerInterface;
|
|||
/**
|
||||
* @Field({"demande"})
|
||||
*/
|
||||
class ReservationField extends BazarField
|
||||
class DemandeField extends BazarField
|
||||
{
|
||||
public function __construct(array $values, ContainerInterface $services)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue