diff --git a/flextype/Snippets.php b/flextype/Snippets.php index 78dc5ebb..118d0828 100644 --- a/flextype/Snippets.php +++ b/flextype/Snippets.php @@ -29,6 +29,8 @@ class Snippets */ public static function get(string $snippet_name) { + $vars = []; + $vars['get'] = $snippet_name; return Snippets::_snippet($vars);