Skip to content

Commit

Permalink
Merge pull request #16 from ichynul/patch-1
Browse files Browse the repository at this point in the history
修复InvalidArgumentException命名空间不对问题
  • Loading branch information
liu21st authored Jan 16, 2023
2 parents 88bd384 + 8a26da6 commit 7b6ace7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cache/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
use DateTimeInterface;
use Opis\Closure\SerializableClosure;
use Psr\SimpleCache\CacheInterface;
use think\cache\exception\InvalidArgumentException;
use think\exception\InvalidArgumentException;
use think\Container;

/**
Expand Down

0 comments on commit 7b6ace7

Please sign in to comment.