@@ -15,7 +15,7 @@ |
||
| 15 | 15 | |
| 16 | 16 | class Application extends ConsoleApplication |
| 17 | 17 | { |
| 18 | - protected static $logo = __DIR__ . '/art/blend.txt'; |
|
| 18 | + protected static $logo = __DIR__.'/art/blend.txt'; |
|
| 19 | 19 | |
| 20 | 20 | protected static $name = 'Blend Console'; |
| 21 | 21 | |