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

Commit a5ea541

Browse files
committed
Merge branch 'hotfix/636'
Close #636
2 parents 85e2f60 + 88568ba commit a5ea541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/v3/features/template/plates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $plates = new PlatesEngine();
4242

4343
// Configure it:
4444
$plates->addFolder('error', 'templates/error/');
45-
$plates->loadExtension(new CustomExtension();
45+
$plates->loadExtension(new CustomExtension());
4646

4747
// Inject:
4848
$renderer = new PlatesRenderer($plates);

0 commit comments

Comments
 (0)