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