Skip to content

Commit

Permalink
CS typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph3nol committed Aug 17, 2017
1 parent 1b1d579 commit 9e030c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application/TemplatedFileGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class TemplatedFileGenerator implements TemplatedFileGeneratorInterface
*/
public function __construct()
{
$loader = new Twig_Loader_Filesystem(__DIR__ . '/Resources/views');
$loader = new Twig_Loader_Filesystem(__DIR__.'/Resources/views');
$this->templateEngine = new Twig_Environment($loader);
}

Expand Down

0 comments on commit 9e030c9

Please sign in to comment.