Error fix
This commit is contained in:
		@@ -143,8 +143,8 @@ class CommandBusClient implements CommandBusInterface
 | 
			
		||||
    public function execute(string $command, array $context): PromiseInterface
 | 
			
		||||
    {
 | 
			
		||||
        if (!$this->connection) {
 | 
			
		||||
            return new Promise(function (callable $resolve) {
 | 
			
		||||
                $resolve(new \RuntimeException("Not connected to command bus."));
 | 
			
		||||
            return new Promise(function (callable $resolve, callable $canceller) {
 | 
			
		||||
                $canceller("Not connected to command bus.");
 | 
			
		||||
            });
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user