Skip to content

Commit

Permalink
Add since tag for Panel\Model::model()
Browse files Browse the repository at this point in the history
  • Loading branch information
distantnative committed Jul 22, 2024
1 parent b5ca34f commit 76b1ab8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Panel/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 76b1ab8

Please sign in to comment.