Skip to content

Commit

Permalink
Remove unnecessary binds
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaconnier committed Nov 15, 2021
1 parent c70ce12 commit 271f385
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/LaravelZohoServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,6 @@ public function register()
]);
});

$this->app->bind(
\MelbaCh\LaravelZoho\Facades\ZohoHttp::class,
ZohoHttp::class
);

$this->app->bind(
\MelbaCh\LaravelZoho\Facades\ZohoUrl::class,
ZohoUrl::class
);

$this->mergeConfigFrom(__DIR__ . '/../config/zoho.php', 'zoho');
}
}

0 comments on commit 271f385

Please sign in to comment.