diff --git a/src/Panel/Model.php b/src/Panel/Model.php index 55e8571139..9d22673b7f 100644 --- a/src/Panel/Model.php +++ b/src/Panel/Model.php @@ -295,6 +295,10 @@ public function lock(): array|false return $this->model->lock()?->toArray() ?? false; } + /** + * Returns the corresponding model object + * @since 5.0.0 + */ public function model(): ModelWithContent { return $this->model;