@@ -6,9 +6,9 @@ discard block |
||
6 | 6 | */ |
7 | 7 | public function getProjectKey() |
8 | 8 | { |
9 | - $return = Config::inst()->get('BugherdHeroTool', 'project_key'); |
|
9 | + $return = Config::inst()->get('BugherdHeroTool', 'project_key'); |
|
10 | 10 | if ($return == '') { |
11 | - $return = false; |
|
11 | + $return = false; |
|
12 | 12 | } |
13 | 13 | return $return; |
14 | 14 | } |
@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | $return = Config::inst()->get('BugherdHeroTool', 'environment_type'); |
19 | 19 | |
20 | 20 | if ($return == '') { |
21 | - $return = 'dev'; |
|
21 | + $return = 'dev'; |
|
22 | 22 | } |
23 | 23 | return $return; |
24 | 24 | } |