eee
This commit is contained in:
@@ -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)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user