Closed jippi closed 8 years ago
Will allow for code like this
$result = TypeRegistry::get('ElasticLocation') ->find('city') ->find('forRequest') ->find('within', compact('latitude', 'longitude')) ->first();
Needs a test, but otherwise looks great.
Will allow for code like this