Add command sending
This commit is contained in:
parent
cef3e4ced4
commit
4e12c289ed
3 changed files with 104 additions and 1 deletions
|
@ -12,7 +12,6 @@ class CommandRepository extends BaseRepository implements CommandRepositoryInter
|
|||
*
|
||||
* @param string $command
|
||||
* @return \Psr\Http\Message\ResponseInterface
|
||||
* @throws \Pterodactyl\Exceptions\Repository\RecordNotFoundException
|
||||
*/
|
||||
public function send(string $command): ResponseInterface
|
||||
{
|
||||
|
|
Reference in a new issue