@@ -278,7 +278,9 @@ |
||
| 278 | 278 | if ($this->argument('action') != null) { |
| 279 | 279 | return $this->argument('action'); |
| 280 | 280 | } |
| 281 | - if (strtolower($this->option('type')) != 'regular' ) return $this->argument('link') . 'Controller'; |
|
| 281 | + if (strtolower($this->option('type')) != 'regular' ) { |
|
| 282 | + return $this->argument('link') . 'Controller'; |
|
| 283 | + } |
|
| 282 | 284 | return $this->argument('link'); |
| 283 | 285 | } |
| 284 | 286 | |