You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While in the API documentation, it only says Model> in the exception section of the Builder::sole() method, its source code shows, it actually has a generic: \Illuminate\Database\Eloquent\ModelNotFoundException<\Illuminate\Database\Eloquent\Model>
Laravel Version
latest
PHP Version
n/a
Database Driver & Version
No response
Description
While in the API documentation, it only says
Model>
in the exception section of theBuilder::sole()
method, its source code shows, it actually has a generic:\Illuminate\Database\Eloquent\ModelNotFoundException<\Illuminate\Database\Eloquent\Model>
https://github.com/laravel/framework/blob/10.x/src/Illuminate/Database/Eloquent/Builder.php#L645-L661
Or should this be reported to
code-lts/doctum
?Steps To Reproduce
see description
The text was updated successfully, but these errors were encountered: