From 389fe843ad2b5255e086f8359e4c5d42f3d7507c Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 7 Dec 2018 02:09:56 +0300 Subject: [PATCH] Themes: public method getThemeTemplates() renamed to getTemplates() --- flextype/Themes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flextype/Themes.php b/flextype/Themes.php index 29a24678..be0a2266 100644 --- a/flextype/Themes.php +++ b/flextype/Themes.php @@ -116,12 +116,12 @@ class Themes } /** - * Get theme templates + * Get templates for current theme * * @access public * @return array */ - public static function getThemeTemplates() : array + public static function getTemplates() : array { $templates = [];