This commit is contained in:
2024-12-13 14:44:20 +08:00
parent 7ea245fc89
commit 530104ceb6
+6
View File
@@ -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 public function whereNotExists(Closure|string $callback, array $attributes = []): static
{ {
if (is_string($callback)) { if (is_string($callback)) {