We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175b7e4 commit 79e53ceCopy full SHA for 79e53ce
Query/GeocodeQuery.php
@@ -75,7 +75,7 @@ public static function create(string $text): GeocodeQuery
75
*
76
* @return GeocodeQuery
77
*/
78
- public function withTest(string $text): GeocodeQuery
+ public function withText(string $text): GeocodeQuery
79
{
80
$new = clone $this;
81
$new->text = $text;
0 commit comments