Added Public Constructor to \ncc\Objects > ProjectConfiguration

This commit is contained in:
Zi Xing 2022-04-06 22:23:51 -04:00
parent 6e95945fa2
commit 822f03458e

View file

@ -31,6 +31,14 @@
*/ */
public $Build; public $Build;
/**
* Public Constructor
*/
public function __construct()
{
$this->Assembly = new Assembly();
}
/** /**
* Validates the object for any errors * Validates the object for any errors
* *