Skip to content

Commit 152069d

Browse files
committed
Fix: Laravel 12.8 introduces a breaking change in the HasEvents trait that breaks model resolution
1 parent 8e6b636 commit 152069d

File tree

2 files changed

+213
-209
lines changed

2 files changed

+213
-209
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"require-dev": {
5959
"illuminate/contracts": "^10|^11|^12",
60-
"illuminate/database": "^10|^11|^12",
60+
"illuminate/database": "^10|^11|~12.7",
6161
"jetbrains/phpstorm-attributes": "^1.2.0",
6262
"laravel/lumen-framework": "^10|^11|^12",
6363
"laravel/pint": "^1.21",

0 commit comments

Comments
 (0)