Skip to content

Commit a962fce

Browse files
authored
2 parents 38adb0a + da53fcc commit a962fce

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-
302+
a
303303
if ($isCacheDisabled) {
304304
return false;
305305
}

0 commit comments

Comments
 (0)