From 3bd9e0bcd45ee8ad565776675a6e7e1ba972248d Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 27 Feb 2018 07:39:28 +0100 Subject: [PATCH] Remove not existing method --- app/Support/Twig/General.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Support/Twig/General.php b/app/Support/Twig/General.php index b3a27654c3..07a5ffe8e1 100644 --- a/app/Support/Twig/General.php +++ b/app/Support/Twig/General.php @@ -62,7 +62,7 @@ class General extends Twig_Extension $this->env(), //$this->getAmountFromJournal(), $this->activeRouteStrict(), - $this->steamPositive(), + //$this->steamPositive(), $this->activeRoutePartial(), $this->activeRoutePartialWhat(), $this->formatDate(),