Fix string termination

This commit is contained in:
derek-j-pitman
2020-11-24 15:16:33 -05:00
committed by Veljko V
parent 1534659d2c
commit c405fbd02c

View File

@@ -26,7 +26,7 @@ class AmazonSES {
public $dateWithoutTime;
private $availableRegions = [
'US East (N. Virginia)' => 'us-east-1',
'US East (Ohio) => 'us-east-2',
'US East (Ohio)' => 'us-east-2',
'US West (Oregon)' => 'us-west-2',
'EU (Ireland)' => 'eu-west-1',
'EU (London)' => 'eu-west-2',