value)) { $this->value = array_shift($this->value); } $this->value = Str::encode($this->value); return $this->column . ' NOT LIKE \'%' . $this->value . '%\''; } }