From ebb3c4d86f592e899167f687ab51fec77b601657 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Phil=20H=C3=B6fer?= <phil@suma-ev.de>
Date: Thu, 22 Oct 2020 10:09:23 +0000
Subject: [PATCH] Fix typo

---
 app/Models/Quicktips/Quicktips.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/Models/Quicktips/Quicktips.php b/app/Models/Quicktips/Quicktips.php
index 0bfc673a8..976e3d4cc 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);
         }
 
-- 
GitLab