mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 14:24:46 +02:00
Fix failing test suite
This commit is contained in:
parent
159ad3079f
commit
864513c44b
@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
namespace Pterodactyl\Repositories\Wings;
|
namespace Pterodactyl\Repositories\Wings;
|
||||||
|
|
||||||
|
use Psr\Http\Message\ResponseInterface;
|
||||||
use Pterodactyl\Exceptions\PterodactylException;
|
use Pterodactyl\Exceptions\PterodactylException;
|
||||||
use Pterodactyl\Contracts\Repository\Daemon\ServerRepositoryInterface;
|
use Pterodactyl\Contracts\Repository\Daemon\ServerRepositoryInterface;
|
||||||
|
|
||||||
@ -17,7 +18,7 @@ class ServerRepository extends BaseRepository implements ServerRepositoryInterfa
|
|||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public function create($id, array $overrides = [], $start = false)
|
public function create(array $structure, array $overrides = []): ResponseInterface
|
||||||
{
|
{
|
||||||
throw new PterodactylException('This feature is not yet implemented.');
|
throw new PterodactylException('This feature is not yet implemented.');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user