Skip to content
Snippets Groups Projects
Commit ebb3c4d8 authored by Phil Höfer's avatar Phil Höfer
Browse files

Fix typo

parent 8db89b37
No related branches found
No related tags found
5 merge requests!1730Development,!1724Development,!1723Development,!1713Resolve "Add setting to enable darkmode",!1710Resolve "Add Quotes and Did-you-know to MetaGer"
...@@ -77,7 +77,7 @@ class Quicktips ...@@ -77,7 +77,7 @@ class Quicktips
$startTime = microtime(true); $startTime = microtime(true);
if ($cache::has($this->hash)) { if (Cache::has($this->hash)) {
return Cache::get($this->hash, false); return Cache::get($this->hash, false);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment