@@ -12,7 +12,7 @@ |
||
12 | 12 | { |
13 | 13 | $fs = new Filesystem(); |
14 | 14 | |
15 | - if (! $fs->exists($templateDirectory)) { |
|
15 | + if (!$fs->exists($templateDirectory)) { |
|
16 | 16 | $fs->mkdir($templateDirectory); |
17 | 17 | } |
18 | 18 |