missing spaces
This commit is contained in:
parent
27b3e57eb9
commit
9710403de1
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ To make this change we need to pass an options array to the `Mustache_Engine` co
|
|||
```php
|
||||
$injector->define('Mustache_Engine', [
|
||||
':options' => [
|
||||
'loader' => new Mustache_Loader_FilesystemLoader(dirname(__DIR__).'/templates'),
|
||||
'loader' => new Mustache_Loader_FilesystemLoader(dirname(__DIR__) . '/templates'),
|
||||
],
|
||||
]);
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue