|
|
@@ -175,7 +175,7 @@ class BaseClient
|
|
|
}
|
|
|
|
|
|
$response = $this->performRequest($url, $method, $options);
|
|
|
-var_dump($response);
|
|
|
+//var_dump($response);
|
|
|
$this->app->events->dispatch(new Events\HttpResponseCreated($response));
|
|
|
|
|
|
return $returnRaw ? $response : $this->castResponseToType($response, $this->app->config->get('response_type'));
|