We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18145a3 commit c70d272Copy full SHA for c70d272
src/Helpers/CacheException.php
@@ -24,6 +24,6 @@ public static function invalidCacheDriver($driver)
24
25
public static function invalidCacheInstance()
26
{
27
- return 'Invalid driver instance : Must implements CacheInterface';
+ return 'Invalid cache instance : Must implements CacheInterface';
28
}
29
0 commit comments