*/ public function __construct(string $driver, string $gateway) { $this->driver = $driver; $this->gateway = $gateway; } }