Skip to content

Finding Room problem. #15

Description

@ozgurkaracam

i tried find room menu, i received this error

ErrorException (E_NOTICE) compact(): Undefined variable: operator

` *

  • @param \Illuminate\Database\Query\Builder $query

  • @param string $boolean

  • @param bool $not

  • @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;
    }

/**

  • Handles dynamic "where" clauses to the query.
  • @param string $method
  • @param string $parameters
  • @return $this
    */
    public function dynamicWhere($method, $parameters)`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions