Open ozgurkaracam opened 4 years ago
i tried find room menu, i received this error
ErrorException (E_NOTICE) compact(): Undefined variable: operator
` *
@return $this */ public function addWhereExistsQuery(self $query, $boolean = 'and', $not = false) { $type = $not ? 'NotExists' : 'Exists';
$this->wheres[] = compact('type', 'operator', 'query', 'boolean');
$this->addBinding($query->getBindings(), 'where');
return $this; }
/**
i tried find room menu, i received this error
ErrorException (E_NOTICE) compact(): Undefined variable: operator
` *
@return $this */ public function addWhereExistsQuery(self $query, $boolean = 'and', $not = false) { $type = $not ? 'NotExists' : 'Exists';
$this->wheres[] = compact('type', 'operator', 'query', 'boolean');
$this->addBinding($query->getBindings(), 'where');
return $this; }
/**