column = $column; return $this; } public function getColumn(): Column { return $this->column; } public function getTable(): Table { return $this->getColumn()->getTable(); } public function getLivewire(): HasTable { return $this->getTable()->getLivewire(); } }