Add command sending

This commit is contained in:
Dane Everitt 2018-02-27 22:09:34 -06:00
parent cef3e4ced4
commit 4e12c289ed
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
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
{