Skip to content

Commit 76701df

Browse files
ConfigurableModel::hasConfiguration() returns false on empty arrays
1 parent 33cb195 commit 76701df

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: Changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## 4.x Series
44

5+
## Unreleased
6+
##### 2024-XX-YY
7+
8+
- Changed `PaymentMethod::hasConfiguration()` to return false on empty arrays as well
9+
510
## 4.1.0
611
##### 2024-07-11
712

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"konekt/enum": "^4.2",
2323
"laravel/framework": "^10.43|^11.0",
2424
"vanilo/contracts": "^4.0",
25-
"vanilo/support": "^4.0"
25+
"vanilo/support": "^4.2"
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "^10.0",

0 commit comments

Comments
 (0)