1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-11 23:54:06 +02:00

Flextype Core: Snippets - code fixes and refactoring according to Scrutinizer Tests.

This commit is contained in:
Awilum
2019-02-02 02:43:09 +03:00
parent 6321fdc994
commit 9ae47f2be6

View File

@@ -30,7 +30,7 @@ class Snippets
public static function get(string $snippet_name)
{
$vars = [];
$vars['get'] = $snippet_name;
return Snippets::_snippet($vars);