1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 10:51:21 +02:00

Themes: public method getThemeTemplates() renamed to getTemplates()

This commit is contained in:
Awilum
2018-12-07 02:09:56 +03:00
parent 33465aba7d
commit 389fe843ad

View File

@@ -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 = [];