@@ -23,7 +23,7 @@ |
||
| 23 | 23 | |
| 24 | 24 | public static function createTwigLoader() |
| 25 | 25 | { |
| 26 | - return new FilesystemLoader([dirname(__DIR__) . '/templates']); |
|
| 26 | + return new FilesystemLoader([dirname(__DIR__).'/templates']); |
|
| 27 | 27 | } |
| 28 | 28 | |
| 29 | 29 | public function getFilters(): array |