Skip to content

Commit

Permalink
correction virgule manquante sur le seed
Browse files Browse the repository at this point in the history
  • Loading branch information
agallou committed May 22, 2024
1 parent 6d2fd8d commit b1e15f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/seeds/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function run()
'place_name' => 'Paris',
'place_address' => 'Marriott Rive Gauche',
'date_annonce_planning' => date('Y-m-d', $event),
'transport_information_enabled' => 1
'transport_information_enabled' => 1,
'has_prices_defined_with_vat' => 1,
],
];
Expand Down

0 comments on commit b1e15f6

Please sign in to comment.