We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159ad30 commit 864513cCopy full SHA for 864513c
app/Repositories/Wings/ServerRepository.php
@@ -9,6 +9,7 @@
9
10
namespace Pterodactyl\Repositories\Wings;
11
12
+use Psr\Http\Message\ResponseInterface;
13
use Pterodactyl\Exceptions\PterodactylException;
14
use Pterodactyl\Contracts\Repository\Daemon\ServerRepositoryInterface;
15
@@ -17,7 +18,7 @@ class ServerRepository extends BaseRepository implements ServerRepositoryInterfa
17
18
/**
19
* {@inheritdoc}
20
*/
- public function create($id, array $overrides = [], $start = false)
21
+ public function create(array $structure, array $overrides = []): ResponseInterface
22
{
23
throw new PterodactylException('This feature is not yet implemented.');
24
}
0 commit comments