From c26dfb523effe2e451eb06ea5de98b226fb0efd0 Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 4 Jan 2019 02:54:15 +0300 Subject: [PATCH] Flextype Core: Glide/Intervention Image Implementation #61 --- flextype/Flextype.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flextype/Flextype.php b/flextype/Flextype.php index 9eaadf1c..c705c5fa 100755 --- a/flextype/Flextype.php +++ b/flextype/Flextype.php @@ -93,6 +93,9 @@ class Flextype // Get Cache Instance Cache::getInstance(); + // Get Images Instance + Images::getInstance(); + // Get Themes Instance Themes::getInstance();