Skip to content

Commit c5105f7

Browse files
author
LDFOUR\luisd
committed
WN/174, event stages updated
1 parent cdca159 commit c5105f7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

app/Classes/Repositories/WhatNowRepository.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@
99
class WhatNowRepository implements WhatNowRepositoryInterface
1010
{
1111
public const EVENT_STAGES = [
12-
'mitigation',
13-
'seasonalForecast',
14-
'watch',
1512
'warning',
1613
'immediate',
1714
'recover',
15+
'anticipated',
16+
'assess_and_plan',
17+
'mitigate_risks',
18+
'prepare_to_respond',
19+
20+
1821
];
1922

2023
/**

0 commit comments

Comments
 (0)