Skip to content

Commit

Permalink
Update DescriptorController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Bukashk0zzz committed Jan 26, 2018
1 parent 2ea80c6 commit b0749f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/DescriptorController.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class DescriptorController
*/
public function __construct(string $env, array $config)
{
$this->env = $env;
$this->env = $env ?: 'dev';
$this->config = $config;
}

Expand Down

0 comments on commit b0749f7

Please sign in to comment.