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
I'm getting this after updating to latest Laravel:
Declaration of Galahad\LaravelAddressing\Collection\CountryCollection::pop(): ?Galahad\LaravelAddressing\Entity\Country must be compatible with Illuminate\Support\Collection::pop($count = 1)
Hello,
I'm getting this after updating to latest Laravel:
Declaration of Galahad\LaravelAddressing\Collection\CountryCollection::pop(): ?Galahad\LaravelAddressing\Entity\Country must be compatible with Illuminate\Support\Collection::pop($count = 1)
Here's the pull request and changelog:
laravel/framework#38093
https://github.com/laravel/framework/blob/8.x/CHANGELOG-8.x.md#added
Would it be possible to patch the pop and shift methods? Thank you!
The text was updated successfully, but these errors were encountered: