From ed3ce0ac9ad11a1027afb259b5fcc3a6b71fc2d6 Mon Sep 17 00:00:00 2001 From: Arhell Date: Thu, 2 May 2024 00:09:22 +0300 Subject: [PATCH] update src folder link --- src/Storage/ApcuStorage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Storage/ApcuStorage.php b/src/Storage/ApcuStorage.php index 049e155..0452cb1 100644 --- a/src/Storage/ApcuStorage.php +++ b/src/Storage/ApcuStorage.php @@ -8,7 +8,7 @@ use function is_int; /** - * To use this storage, the [APCu PHP extension](http://www.php.net/apcu) must be loaded, + * To use this storage, the [APCu PHP extension](https://www.php.net/apcu) must be loaded, * And you should add "apc.enabled = 1" to your php.ini. * In order to enable APCu for CLI you should add "apc.enable_cli = 1" to your php.ini. */