diff --git a/app/Models/Quicktips/Quicktips.php b/app/Models/Quicktips/Quicktips.php
index 0bfc673a802ed7511d514feb49c9d30353e9e345..976e3d4cc18b3c73207d7139ab9056729d59aa51 100644
--- a/app/Models/Quicktips/Quicktips.php
+++ b/app/Models/Quicktips/Quicktips.php
@@ -77,7 +77,7 @@ class Quicktips
 
         $startTime = microtime(true);
 
-        if ($cache::has($this->hash)) {
+        if (Cache::has($this->hash)) {
             return Cache::get($this->hash, false);
         }