Closed plastique closed 2 years ago
No result return when calling methods of Tagged cache. Example:
Cache::tags(['tag1', 'tag2'])->put($key, $data, $ttl); // Null returned Cache::put($key, $data, $ttl); // Bool returned
No result return when calling methods of Tagged cache. Example: