App\Services\Deployment\QueueDeployCommander::__construct PHP Method

__construct() public method

public __construct ( Illuminate\Contracts\Bus\Dispatcher $dispatcher )
$dispatcher Illuminate\Contracts\Bus\Dispatcher
    public function __construct(Dispatcher $dispatcher)
    {
        $this->dispatcher = $dispatcher;
    }