Skip to content

Commit

Permalink
Adds missing php version (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro authored May 16, 2023
1 parent f05fad4 commit eb06f7e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Resources/Site.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,13 @@ class Site extends Resource
*/
public $isSecured;

/**
* The PHP Version of the site, if any.
*
* @var string|null
*/
public $phpVersion;

/**
* The aliases of the site.
*
Expand Down

0 comments on commit eb06f7e

Please sign in to comment.