Skip to content

Commit

Permalink
update src folder link
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed May 1, 2024
1 parent ea954b9 commit ed3ce0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Storage/ApcuStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit ed3ce0a

Please sign in to comment.