Skip to content

7.6.0

Compare
Choose a tag to compare
@binaryk binaryk released this 15 Sep 09:20
· 31 commits to 7.x since this release
7850bab

Added

  • The policyMeta method is now protected at the repository level (it could be used to override the policy information for the show and index methods.
  • Do not make RelatedDto as a singleton in a test environment (this causes issues when trying to make few relationship requests to the same repository in the same test)

Fixed

  • Always public index method if no policy
  • Unit test that shows routes list command.
  • Fix Gate::check - show - not working

Support

  • Added unit tests for the testing helpers (action, route and getters).