@@ -51,7 +51,7 @@ |
||
| 51 | 51 | $command = class_exists($command) ? $command : '\\Micro\\Cli\\Consoles\\'.ucfirst($name).'ConsoleCommand'; |
| 52 | 52 | |
| 53 | 53 | if (!class_exists($command)) { |
| 54 | - throw new Exception('Command `' . $name . '` not found'); |
|
| 54 | + throw new Exception('Command `'.$name.'` not found'); |
|
| 55 | 55 | } |
| 56 | 56 | |
| 57 | 57 | /** @var ConsoleCommand $command */ |