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)) {