Add command sending

This commit is contained in:
Dane Everitt
2018-02-27 22:09:34 -06:00
parent cef3e4ced4
commit 4e12c289ed
3 changed files with 104 additions and 1 deletions

View File

@@ -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
{