Skip to content

Commit

Permalink
Setting Wednesday constant to WED (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
eporama committed Jul 12, 2022
1 parent 16324e3 commit cc54384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/EstimatedArrival.php
Expand Up @@ -8,7 +8,7 @@ class EstimatedArrival

const EA_MONDAY = 'MON';
const EA_TUESDAY = 'TUE';
const EA_WEDNESDAY = 'WEB';
const EA_WEDNESDAY = 'WED';
const EA_THUSDAY = 'THU';
const EA_FRIDAY = 'FRI';
const EA_SATURDAY = 'SAT';
Expand Down

0 comments on commit cc54384

Please sign in to comment.