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
The documentation of LocationTrait::getLocation() suggests that it will perform a type check against a Location class, but the actual check looks for the Laravel's Illuminate\Database\Eloquent\Model.
Is this a bug or the intended behavior?
The VerifyTrait::isModel() method's body is practically identical, but its name and documentation accurately represent the behavior which suggests to me that this might actually be a bug.
The text was updated successfully, but these errors were encountered:
The documentation of LocationTrait::getLocation() suggests that it will perform a type check against a
Location
class, but the actual check looks for the Laravel'sIlluminate\Database\Eloquent\Model
.Is this a bug or the intended behavior?
The VerifyTrait::isModel() method's body is practically identical, but its name and documentation accurately represent the behavior which suggests to me that this might actually be a bug.
The text was updated successfully, but these errors were encountered: