|
@@ -3,6 +3,9 @@
|
|
|
|
|
|
use Illuminate\Support\Facades\Facade;
|
|
use Illuminate\Support\Facades\Facade;
|
|
|
|
|
|
|
|
+/**
|
|
|
|
+ * @method static \Ixudra\Curl\Builder to(string $url)
|
|
|
|
+ */
|
|
class Curl extends Facade {
|
|
class Curl extends Facade {
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -13,4 +16,4 @@ class Curl extends Facade {
|
|
return 'Curl';
|
|
return 'Curl';
|
|
}
|
|
}
|
|
|
|
|
|
-}
|
|
|
|
|
|
+}
|