From 76b1ab89d17a9bcaf1a789bb921ff301ccfaeff5 Mon Sep 17 00:00:00 2001 From: Nico Hoffmann Date: Mon, 22 Jul 2024 12:44:43 +0200 Subject: [PATCH] Add since tag for `Panel\Model::model()` --- src/Panel/Model.php | 4 ++++ 1 file changed, 4 insertions(+) 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;