Skip to content

Commit

Permalink
Merge pull request #76 from ralphjsmit/patch-1
Browse files Browse the repository at this point in the history
fix: Los Angeles region
  • Loading branch information
sifex authored Oct 29, 2024
2 parents 9c24496 + 7f51db0 commit 5ebe968
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/BunnyCDNRegion.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class BunnyCDNRegion

public const NEW_YORK = 'ny';

public const LOS_ANGELAS = 'la';
public const LOS_ANGELES = 'la';

public const SINGAPORE = 'sg';

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

public const DEFAULT = self::FALKENSTEIN;

/**
* @deprecated Use LOS_ANGELES instead.
*/
public const LOS_ANGELAS = 'la';
}

0 comments on commit 5ebe968

Please sign in to comment.