Skip to content

Commit

Permalink
Output strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenglish7 authored Jan 3, 2018
1 parent 63c50ef commit cabcf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Env.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public static function getConfig(string $section = null, string $variable = null
{
if (!is_null($variable) && $nVariable == strtoupper($variable))
{
return $value;
return strval($value);
}
if (!$variable || is_null($variable))
{
Expand Down

0 comments on commit cabcf66

Please sign in to comment.