From 6d056adab0ecd548a5c50fb9b8a37b6279c469a6 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 11 Dec 2019 19:15:16 +0100 Subject: [PATCH] wip #3262 --- src/LocalizedList.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/LocalizedList.php b/src/LocalizedList.php index 9924b1e..20dd1ca 100644 --- a/src/LocalizedList.php +++ b/src/LocalizedList.php @@ -34,8 +34,7 @@ class LocalizedList return []; } - $res = include $f; - return $res; + return include $f; } public static function translate($code, $locale) -- 2.39.5