Browse Source

Removed debug line

Jan Oris 5 năm trước cách đây
mục cha
commit
5a72151b46
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Builder.php

+ 1 - 1
src/Builder.php

@@ -489,7 +489,7 @@ class Builder {
         // Create the request with all specified options
         $this->curlObject = curl_init();
         $options = $this->forgeOptions();
-        dd( $options );
+
         curl_setopt_array( $this->curlObject, $options );
 
         // Send the request