diff --git a/src/model-cache/src/Cacheable.php b/src/model-cache/src/Cacheable.php index ab60c4e76..9a75f22a1 100644 --- a/src/model-cache/src/Cacheable.php +++ b/src/model-cache/src/Cacheable.php @@ -137,6 +137,7 @@ trait Cacheable /** * @param bool $cache Whether to delete the model cache when batch update + * @return Builder|static */ public static function query(bool $cache = false): Builder {