From: Vincent Vanwaelscappel Date: Wed, 11 Dec 2019 18:15:16 +0000 (+0100) Subject: wip #3262 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=6d056adab0ecd548a5c50fb9b8a37b6279c469a6;p=cubist_locale.git wip #3262 --- 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)