Skip to content

Commit

Permalink
Merge pull request #20 from uniondrug/2.x
Browse files Browse the repository at this point in the history
Update Application.php
  • Loading branch information
fuyibing authored Sep 11, 2018
2 parents 8d2e3d0 + d786497 commit d493ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function __construct($path)
public function getName()
{
$e = substr($this->environment(), 0, 1);
return $e.'.'.$this->name;
return '['.strtoupper($e).']'.$this->name;
}

/**
Expand Down

0 comments on commit d493ac3

Please sign in to comment.