Skip to content

Commit

Permalink
Merge pull request #16 from bakle/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
bakle committed Jan 13, 2024
2 parents 3faf69e + e9b6f22 commit 237cf7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Core/Presenters/BaseUrlPresenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

abstract class BaseUrlPresenter
{
private array $modelsRouteKey = [];
protected array $modelsRouteKey = [];
protected array $models = [];
private array $modelsRouteKeyExceptLast = [];
protected array $modelsRouteKeyExceptLast = [];

public function __construct(
...$models
Expand Down

0 comments on commit 237cf7d

Please sign in to comment.