From 530104ceb600115e2fb4d109cc379d7d072ad507 Mon Sep 17 00:00:00 2001 From: whwyy Date: Fri, 13 Dec 2024 14:44:20 +0800 Subject: [PATCH] eee --- Traits/QueryTrait.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Traits/QueryTrait.php b/Traits/QueryTrait.php index 27b9c1b..e24beb3 100644 --- a/Traits/QueryTrait.php +++ b/Traits/QueryTrait.php @@ -74,6 +74,12 @@ abstract class QueryTrait extends Component implements ActiveQueryInterface, ISq } + /** + * @param Closure|string $callback + * @param array $attributes + * + * @return $this + */ public function whereNotExists(Closure|string $callback, array $attributes = []): static { if (is_string($callback)) {