Skip to content

Commit 5ebe968

Browse files
authored
Merge pull request #76 from ralphjsmit/patch-1
fix: Los Angeles region
2 parents 9c24496 + 7f51db0 commit 5ebe968

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/BunnyCDNRegion.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class BunnyCDNRegion
1010

1111
public const NEW_YORK = 'ny';
1212

13-
public const LOS_ANGELAS = 'la';
13+
public const LOS_ANGELES = 'la';
1414

1515
public const SINGAPORE = 'sg';
1616

@@ -23,4 +23,9 @@ class BunnyCDNRegion
2323
public const JOHANNESBURG = 'jh';
2424

2525
public const DEFAULT = self::FALKENSTEIN;
26+
27+
/**
28+
* @deprecated Use LOS_ANGELES instead.
29+
*/
30+
public const LOS_ANGELAS = 'la';
2631
}

0 commit comments

Comments
 (0)