-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
Description
Hi,
i'm getting the same Error like here:
https://community.humhub.com/comment/perma?id=51033
The Error is :
Declaration of Detection\Cache\Cache::get(string $key, mixed $default = null): ?Detection\Cache\CacheItem must be compatible with PsrExt\SimpleCache\CacheInterface::get($key, $default = <default>)
Already tried reinstalling via composer without luck.
Usage is only:
use Detection\MobileDetect; $detect = new MobileDetect(); $isMobile = $detect->isMobile();
serbanghita