Skip to content

Commit

Permalink
Hotfix hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzap committed Jan 21, 2015
1 parent 234bfb2 commit d404758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function engine(array $options = [])
*/
function template($path, $class = null)
{
return $this->container['template.factory']->factory($path, $class);
return foil('template.factory')->factory($path, $class);
}
}

Expand Down

0 comments on commit d404758

Please sign in to comment.