Skip to content

Commit a228cf9

Browse files
committed
Merge branch 'master' into 3.0
2 parents af92fd4 + 4650c33 commit a228cf9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Contracts/Entry.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22

33
namespace MacsiDigital\API\Contracts;
44

5-
use MacsiDigital\API\Facades\Client as ClientFacade;
6-
75
interface Entry
86
{
97

108
public function getNode($key);
119

1210
public function getRequest() ;
1311

14-
public function setRequest(Client $request);
12+
public function setRequest($request);
1513

1614
public function newRequest();
1715

0 commit comments

Comments
 (0)