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
{{ message }}
This repository has been archived by the owner on Nov 4, 2019. It is now read-only.
The getDistanceTo() method generated as a result of inheriting from the base class is not compatible to the base class:
[ErrorException]
Declaration of App\Models\Base\Person::getDistanceTo() should be compatible with App\Models\Base\Contactitem::getDistanceTo(App\Models\Contactitem $contactitem, $unit = App\Models\Map\ContactitemTableMap::KILOMETERS_UNIT)
The generated method should refer to the base object instead of this object.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When a table with concrete_inheritance inherits from a table with geocodable, the resulting class cannot be used:
The getDistanceTo() method generated as a result of inheriting from the base class is not compatible to the base class:
The generated method should refer to the base object instead of this object.
The text was updated successfully, but these errors were encountered: