|
@@ -16,7 +16,7 @@ class MultiCurlServiceProvider extends ServiceProvider {
|
|
*/
|
|
*/
|
|
public function register()
|
|
public function register()
|
|
{
|
|
{
|
|
- $this->app->singleton('Curl', function () {
|
|
|
|
|
|
+ $this->app->singleton('MultiCurl', function () {
|
|
return new MultiCurlService();
|
|
return new MultiCurlService();
|
|
}
|
|
}
|
|
);
|
|
);
|