Skip to content

Commit

Permalink
v6.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Mar 11, 2024
1 parent dffb9c6 commit 28d04c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ You can find and compare releases at the [GitHub release page](https://github.co

## Unreleased

- Add `ClientSafeModelNotFoundException` to wrap original exception in `@can` and `@canFind`
## v6.35.0

### Added

- Add `ClientSafeModelNotFoundException` to wrap original exception in `@can` and `@canFind` https://github.com/nuwave/lighthouse/pull/2522

## v6.34.1

Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
- src
- tests
# Temporarily comment out before running rector, do not forget to put it back in
checkOctaneCompatibility: true
#checkOctaneCompatibility: true
reportUnmatchedIgnoredErrors: false # As long as we support multiple Laravel versions at once, there will be some dead spots
# Install https://plugins.jetbrains.com/plugin/7677-awesome-console to make those links clickable
editorUrl: '%%relFile%%:%%line%%'
Expand Down

0 comments on commit 28d04c9

Please sign in to comment.