@@ -32,7 +32,7 @@ discard block |
||
| 32 | 32 | /** |
| 33 | 33 | * @var array |
| 34 | 34 | */ |
| 35 | - public $commandRule=['helper']; |
|
| 35 | + public $commandRule = ['helper']; |
|
| 36 | 36 | |
| 37 | 37 | /** |
| 38 | 38 | * @return mixed |
@@ -40,12 +40,12 @@ discard block |
||
| 40 | 40 | public function create() |
| 41 | 41 | {
|
| 42 | 42 | |
| 43 | - if(!file_exists(app()->path()->helpers())){
|
|
| 44 | - $this->directory['helper'] = app()->path()->helpers(); |
|
| 43 | + if (!file_exists(app()->path()->helpers())) {
|
|
| 44 | + $this->directory['helper'] = app()->path()->helpers(); |
|
| 45 | 45 | $this->file->makeDirectory($this); |
| 46 | 46 | } |
| 47 | 47 | |
| 48 | - $this->touch['helpers/general']= app()->path()->helpers().'/'.ucfirst($this->argument['helper']).'.php'; |
|
| 48 | + $this->touch['helpers/general'] = app()->path()->helpers().'/'.ucfirst($this->argument['helper']).'.php'; |
|
| 49 | 49 | |
| 50 | 50 | |
| 51 | 51 | $this->file->touch($this); |