Skip to content

Commit c70d272

Browse files
committed
Update CacheException.php
1 parent 18145a3 commit c70d272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helpers/CacheException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ public static function invalidCacheDriver($driver)
2424

2525
public static function invalidCacheInstance()
2626
{
27-
return 'Invalid driver instance : Must implements CacheInterface';
27+
return 'Invalid cache instance : Must implements CacheInterface';
2828
}
2929
}

0 commit comments

Comments
 (0)