Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenglish7 authored Dec 21, 2017
1 parent 27563d2 commit c6db904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function env($section, $variable = null, $defRetVal = '')
{
try {
return Env::getConfig($section, $variable);
} catch (\Genial\Env\Exception\UnderflowException) {
} catch (\Genial\Env\Exception\UnderflowException $e) {
return $defRetVal;
}
}
Expand Down

0 comments on commit c6db904

Please sign in to comment.