瀏覽代碼

Merge pull request #7 from jqhph/analysis-ZlloMN

Apply fixes from StyleCI
Jiang Qinghua 5 年之前
父節點
當前提交
f78e44362c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/Console/ActionCommand.php

+ 2 - 2
src/Console/ActionCommand.php

@@ -50,7 +50,7 @@ class ActionCommand extends GeneratorCommand
     public function handle()
     {
         $this->choice = $this->choice(
-            "Which type of action would you like to make?",
+            'Which type of action would you like to make?',
             $choices = $this->actionTyps()
         );
 
@@ -151,4 +151,4 @@ class ActionCommand extends GeneratorCommand
 
         return $this->className;
     }
-}
+}