Skip to content

Commit

Permalink
Merge pull request #999 from guicouto/patch-1
Browse files Browse the repository at this point in the history
Alterando servidor de contingência para algumas UFs
  • Loading branch information
robmachado committed Jul 10, 2023
2 parents 7a26b61 + 18b0e81 commit 29d62ba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Factories/Contingency.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,24 +82,24 @@ public function activate(string $acronym, string $motive, string $type = ''): st
$list = array(
'AC' => 'SVCAN',
'AL' => 'SVCAN',
'AM' => 'SVCAN',
'AP' => 'SVCRS',
'AM' => 'SVCRS',
'AP' => 'SVCAN',
'BA' => 'SVCRS',
'CE' => 'SVCAN',
'DF' => 'SVCAN',
'ES' => 'SVCRS',
'ES' => 'SVCAN',
'GO' => 'SVCRS',
'MA' => 'SVCRS',
'MG' => 'SVCAN',
'MS' => 'SVCRS',
'MT' => 'SVCRS',
'PA' => 'SVCRS',
'PA' => 'SVCAN',
'PB' => 'SVCAN',
'PE' => 'SVCRS',
'PI' => 'SVCRS',
'PI' => 'SVCAN',
'PR' => 'SVCRS',
'RJ' => 'SVCAN',
'RN' => 'SVCRS',
'RN' => 'SVCAN',
'RO' => 'SVCAN',
'RR' => 'SVCAN',
'RS' => 'SVCAN',
Expand Down

0 comments on commit 29d62ba

Please sign in to comment.