Skip to content

Commit 7ddbee3

Browse files
committed
0.7.0
1 parent a9fc978 commit 7ddbee3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "internetx/php-domainrobot-sdk",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"description": "A php package for easy integration of the domainrobot API powered by InterNetX GmbH.",
55
"type": "library",
66
"license": "MIT",

src/Domainrobot.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,13 @@ class Domainrobot
131131
*/
132132
public $restore;
133133

134+
/**
135+
* Interface for pcDomains Requests
136+
*
137+
* @var PcDomainsService
138+
*/
139+
public $pcDomains;
140+
134141
/**
135142
* [
136143
* "url" => string, //optional

0 commit comments

Comments
 (0)