We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe40da commit 2a7d613Copy full SHA for 2a7d613
1 file changed
src/Dashboards/Memcached/MemcachedDashboard.php
@@ -39,7 +39,7 @@ public function __construct(Template $template) {
39
* @return bool
40
*/
41
public static function check(): bool {
42
- return extension_loaded('memcache') || extension_loaded('memcached');
+ return extension_loaded('memcached') || extension_loaded('memcache');
43
}
44
45
/**
0 commit comments