mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-09 18:03:44 +02:00
Complete move from old repository to new repository structure!
This commit is contained in:
@@ -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 = []);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user