Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
colinwilson committed Aug 5, 2018
1 parent dc19189 commit a8210bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Guzzle.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function init()
parent::init();
self::$plugin = $this;

Craft::$app->view->registerTwigExtension(new GuzzleGuzzleTwigExtension());
Craft::$app->view->registerTwigExtension(new GuzzleTwigExtension());

Event::on(
CraftVariable::class,
Expand Down

0 comments on commit a8210bd

Please sign in to comment.