command = $command; return $this; } /** * Get the command that was not sent * * @return mixed */ public function getCommand(): mixed { return $this->command; } }