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 3e6823d commit a6f86d2Copy full SHA for a6f86d2
src/Traits/Cachable.php
@@ -41,7 +41,7 @@ public function disableCache()
41
42
public function flushCache(array $tags = [])
43
{
44
- if (emptyArray($tags)) {
+ if (count($tags) === 0) {
45
$tags = $this->makeCacheTags();
46
}
47
0 commit comments