Skip to content

Commit

Permalink
ConfigurableModel::hasConfiguration() returns false on empty arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Jul 24, 2024
1 parent 33cb195 commit 76701df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 4.x Series

## Unreleased
##### 2024-XX-YY

- Changed `PaymentMethod::hasConfiguration()` to return false on empty arrays as well

## 4.1.0
##### 2024-07-11

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"konekt/enum": "^4.2",
"laravel/framework": "^10.43|^11.0",
"vanilo/contracts": "^4.0",
"vanilo/support": "^4.0"
"vanilo/support": "^4.2"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
Expand Down

0 comments on commit 76701df

Please sign in to comment.