Skip to content

Commit eb06f7e

Browse files
authored
Adds missing php version (#162)
1 parent f05fad4 commit eb06f7e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Resources/Site.php

+7
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,13 @@ class Site extends Resource
193193
*/
194194
public $isSecured;
195195

196+
/**
197+
* The PHP Version of the site, if any.
198+
*
199+
* @var string|null
200+
*/
201+
public $phpVersion;
202+
196203
/**
197204
* The aliases of the site.
198205
*

0 commit comments

Comments
 (0)