From d78649731cf4958dede58a2316776942ba5bc961 Mon Sep 17 00:00:00 2001 From: fuyibing Date: Tue, 11 Sep 2018 11:00:53 +0800 Subject: [PATCH] Update Application.php --- src/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application.php b/src/Application.php index 4245283..427b97f 100644 --- a/src/Application.php +++ b/src/Application.php @@ -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; } /**