*/ public function __construct(string $driver, ?string $gateway, ?array $data) { $this->data = $data; parent::__construct($driver, $gateway); } }