mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
744b62184a
commit
95984eff6d
@ -37,11 +37,11 @@ class LoadInvite extends Fixture implements FixtureGroupInterface
|
||||
$arr = [
|
||||
[
|
||||
'name' => ['fr' => 'Rendez-vous décliné'],
|
||||
'status' => 'declined'
|
||||
'status' => Invite::DECLINED,
|
||||
],
|
||||
[
|
||||
'name' => ['fr' => 'Rendez-vous accepté'],
|
||||
'status' => 'accepted'
|
||||
'status' => Invite::ACCEPTED,
|
||||
],
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user