Skip to content

Commit 7f51db0

Browse files
authored
fix: Los Angeles region
1 parent 7d93e74 commit 7f51db0

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)