From 659cd1bb92de3bd700d672d699dfdd6ab543ef84 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 15 Jan 2019 16:31:54 -0700 Subject: [PATCH] return $this from init() --- system/src/Grav/Common/Twig/Twig.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/src/Grav/Common/Twig/Twig.php b/system/src/Grav/Common/Twig/Twig.php index e143abc75..67b301f50 100644 --- a/system/src/Grav/Common/Twig/Twig.php +++ b/system/src/Grav/Common/Twig/Twig.php @@ -212,6 +212,8 @@ class Twig 'language_codes' => new LanguageCodes, ]; } + + return $this; } /**