Skip to content

Commit 83b7edb

Browse files
committed
Update for Laravel 7
1 parent fc34591 commit 83b7edb

10 files changed

+13
-2515
lines changed

src/Exceptions/ConnectionException.php

-10
This file was deleted.

src/Providers/APIServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function boot()
2121
public function register()
2222
{
2323
// Register the main class to use with the facade
24-
$this->app->bind('api.client', 'MacsiDigital\API\Support\Factory');
24+
$this->app->bind('api.client', 'Illuminate\Http\Client\Factory');
2525

2626
// $this->app->bind(Entry::class, function ($app) {
2727
// return new Entry();

src/Support/Factory.php

-285
This file was deleted.

0 commit comments

Comments
 (0)