framework icon indicating copy to clipboard operation
framework copied to clipboard

Psr\Cache\InvalidArgumentException 不存在

Open busyphp opened this issue 1 year ago • 2 comments

https://github.com/top-think/framework/blob/5ea34cdaeee1c3d7d91a7510108c95e92e563f23/src/think/exception/InvalidArgumentException.php#L14

busyphp avatar Apr 06 '23 02:04 busyphp

composer require psr/cache

sy-records avatar Apr 07 '23 02:04 sy-records

该问题在 8.0 已修复,ThinkPHP 6.* 系列无该问题

测试代码:

Cache::set('test', 'dasdas');
Cache::push('test', '12580')

image

big-dream avatar Mar 01 '24 07:03 big-dream