From 33a14fc0fcc150b33da44475c19e1a8ee1a16bfd Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 9 Jan 2019 01:11:14 +0300 Subject: [PATCH] Flextype 0.8.2 --- flextype/Flextype.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flextype/Flextype.php b/flextype/Flextype.php index 5d80c15b..d5e67beb 100755 --- a/flextype/Flextype.php +++ b/flextype/Flextype.php @@ -96,6 +96,9 @@ class Flextype // Get Images Instance Images::getInstance(); + // Get Snippets Instance + Snippets::getInstance(); + // Get Themes Instance Themes::getInstance();