diff --git a/flextype/Snippets.php b/flextype/Snippets.php index 118d0828..048627ea 100644 --- a/flextype/Snippets.php +++ b/flextype/Snippets.php @@ -30,7 +30,7 @@ class Snippets public static function get(string $snippet_name) { $vars = []; - + $vars['get'] = $snippet_name; return Snippets::_snippet($vars);