We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9fc978 commit 7ddbee3Copy full SHA for 7ddbee3
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "internetx/php-domainrobot-sdk",
3
- "version": "0.6.2",
+ "version": "0.7.0",
4
"description": "A php package for easy integration of the domainrobot API powered by InterNetX GmbH.",
5
"type": "library",
6
"license": "MIT",
src/Domainrobot.php
@@ -131,6 +131,13 @@ class Domainrobot
131
*/
132
public $restore;
133
134
+ /**
135
+ * Interface for pcDomains Requests
136
+ *
137
+ * @var PcDomainsService
138
+ */
139
+ public $pcDomains;
140
+
141
/**
142
* [
143
* "url" => string, //optional
0 commit comments