Skip to content

Commit

Permalink
rm property type (#737)
Browse files Browse the repository at this point in the history
* rm property type

* changelog
  • Loading branch information
nadar authored Oct 20, 2022
1 parent 18911fc commit 3cc81d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md).

## 4.7.1 (20. October 2022)

+ [#736](https://github.com/luyadev/luya-module-admin/issues/736) Fixed issue with relation calls, introduced in 4.7.0

## 4.7.0 (19. October 2022)

+ Fixed PHP 7.4 as minimum version in composer.json, this was previously done by the `bizley/jwt` dependency. Therefore using `rector` to align functionality with PHP 7.4.
Expand Down
2 changes: 1 addition & 1 deletion src/ngrest/render/RenderCrud.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public function canDelete()
return $this->can(Auth::CAN_DELETE);
}

private bool $_relationCall = false;
private $_relationCall;

/**
* @inheritdoc
Expand Down

0 comments on commit 3cc81d7

Please sign in to comment.