diff --git a/src/Admin/Form/Fields/Sortable.php b/src/Admin/Form/Fields/Sortable.php index 03f4ba78..91dd31a6 100644 --- a/src/Admin/Form/Fields/Sortable.php +++ b/src/Admin/Form/Fields/Sortable.php @@ -40,6 +40,23 @@ public function render() ] ); } + /** + * @return string + */ + public function getLabel() + { + return $this->getField()->getLabel(); + } + + /** + * @param string $label + * @return HasMany + */ + public function setLabel($label) + { + return $this->getField()->setLabel($label); + } + /** * @param Request $request * @return void