Complete move from old repository to new repository structure!
This commit is contained in:
parent
2cabb61b54
commit
72735c24f7
27 changed files with 964 additions and 730 deletions
|
@ -31,6 +31,8 @@ interface BaseRepositoryInterface
|
|||
*
|
||||
* @param int $id
|
||||
* @return $this
|
||||
*
|
||||
* @throws \Pterodactyl\Exceptions\Repository\RecordNotFoundException
|
||||
*/
|
||||
public function setNode($id);
|
||||
|
||||
|
@ -77,5 +79,5 @@ interface BaseRepositoryInterface
|
|||
* @param array $headers
|
||||
* @return \GuzzleHttp\Client
|
||||
*/
|
||||
public function getHttpClient($headers = []);
|
||||
public function getHttpClient(array $headers = []);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue