The trait UKTowns\Models\HasCoordinates requires some properties which are not provided by UKTowns\Models\GeoPostcode: $longitudeColumnName, $distanceColumnName, $distance, $latitudeColumnName
Loading history...
11
12
protected $guarded = [];
13
14
2
public function getTable(): string
15
{
16
2
return config('uk-towns.tables.postcodes');
17
}
18
19
protected static function newFactory(): GeoPostcodeFactory