Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/636' into develop
Browse files Browse the repository at this point in the history
Forward port #636
  • Loading branch information
weierophinney committed Sep 27, 2018
2 parents 0b064a7 + 88568ba commit cde6a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/v3/features/template/plates.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $plates = new PlatesEngine();

// Configure it:
$plates->addFolder('error', 'templates/error/');
$plates->loadExtension(new CustomExtension();
$plates->loadExtension(new CustomExtension());

// Inject:
$renderer = new PlatesRenderer($plates);
Expand Down

0 comments on commit cde6a6e

Please sign in to comment.