Skip to content

Commit

Permalink
Merge branch 'master' into 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhall17 committed Jun 6, 2020
2 parents af92fd4 + 4650c33 commit a228cf9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Contracts/Entry.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@

namespace MacsiDigital\API\Contracts;

use MacsiDigital\API\Facades\Client as ClientFacade;

interface Entry
{

public function getNode($key);

public function getRequest() ;

public function setRequest(Client $request);
public function setRequest($request);

public function newRequest();

Expand Down

0 comments on commit a228cf9

Please sign in to comment.