Skip to content

Commit

Permalink
private function getEvironmentName
Browse files Browse the repository at this point in the history
  • Loading branch information
Quoc Dat Pham committed Jul 21, 2017
1 parent e147e1a commit a6ea89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/LemonWayConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class LemonWayConfig
const LEMONWAY_WEBKIT_FORMAT_URL_PROD = 'https://webkit.lemonway.fr/mb/%s/prod';
const LEMONWAY_WEBKIT_FORMAT_URL_TEST = 'https://sandbox-webkit.lemonway.fr/%s/dev';

public static function getEvironmentName()
private static function getEvironmentName()
{
$env_name = Configuration::get('CUSTOM_ENVIRONMENT_NAME', null);

Expand Down

0 comments on commit a6ea89b

Please sign in to comment.