Add method to get compiler to stop crying
This commit is contained in:
@@ -94,6 +94,11 @@ final class GeocodeTraitTest extends TestCase
|
||||
return new class implements GeocodeInterface
|
||||
{
|
||||
use GeocodeTrait;
|
||||
|
||||
public function getGeocodeData(): string
|
||||
{
|
||||
return '';
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user