id; } /** * Per WireArray interface, return a blank Field * * @return Field * */ public function makeBlankItem() { return $this->wire(new Field()); } }