We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb9094 commit d428ccbCopy full SHA for d428ccb
composer.json
@@ -22,12 +22,12 @@
22
}
23
],
24
"require": {
25
- "php": "^7.2|^8.0",
26
- "illuminate/queue": "~6.0",
+ "php": "^7.3|^8.0",
+ "illuminate/queue": "~7.0|~8.0",
27
"ramsey/uuid": "^3.0|^4.0"
28
},
29
"require-dev": {
30
- "orchestra/testbench": "^4.0",
+ "orchestra/testbench": "^5.0|^6.0",
31
"phpunit/phpunit": "^8.0|^9.0",
32
"scrutinizer/ocular": "^1.5"
33
src/HasBinaryUuid.php
@@ -211,7 +211,7 @@ public function getIncrementing()
211
return false;
212
213
214
- public function resolveRouteBinding($value)
+ public function resolveRouteBinding($value, $field = null)
215
{
216
return $this->withUuid($value)->first();
217
0 commit comments