Skip to content

Commit b3764ca

Browse files
authored
WIP
1 parent a962fce commit b3764ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/Caching.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ public function isCachable() : bool
299299
$isCacheDisabled = ! Container::getInstance()
300300
->make("config")
301301
->get("laravel-model-caching.enabled");
302-
a
302+
303303
if ($isCacheDisabled) {
304304
return false;
305305
}

0 commit comments

Comments
 (0)