Skip to content

Commit 3c1fc0d

Browse files
authored
feat: APCu caching driver: remove apcu_enabled() check
1 parent cafee4e commit 3c1fc0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Cache/Handlers/ApcuHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,6 @@ public function getMetaData(string $key): ?array
161161
*/
162162
public function isSupported(): bool
163163
{
164-
return extension_loaded('apcu') && apcu_enabled();
164+
return extension_loaded('apcu');
165165
}
166166
}

0 commit comments

Comments
 (0)