Skip to content

Commit

Permalink
namespace bug fixed for client
Browse files Browse the repository at this point in the history
function pulled to interface
  • Loading branch information
Dylan-DPC committed Aug 16, 2017
1 parent b7c91be commit 4bc0812
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/GuzzleClient.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Dpc\GuzzleClient\Services;
namespace Dpc\GuzzleClient;

use GuzzleHttp\Client;
use Dpc\GuzzleClient\RequestClientContract;
Expand Down
1 change: 0 additions & 1 deletion src/GuzzleClientServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use GuzzleHttp\Client;
use Illuminate\Support\ServiceProvider;
use Dpc\GuzzleClient\Services\GuzzleClient;

class GuzzleClientServiceProvider extends ServiceProvider
{
Expand Down
2 changes: 1 addition & 1 deletion src/RequestClientContract.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

interface RequestClientContract
{

public function send(string $method, string $uri, array $body = null, array $headers = null, array $options = null);
}

0 comments on commit 4bc0812

Please sign in to comment.