Added Public Constructor to \ncc\Objects > ProjectConfiguration
This commit is contained in:
parent
6e95945fa2
commit
822f03458e
1 changed files with 8 additions and 0 deletions
|
@ -31,6 +31,14 @@
|
|||
*/
|
||||
public $Build;
|
||||
|
||||
/**
|
||||
* Public Constructor
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$this->Assembly = new Assembly();
|
||||
}
|
||||
|
||||
/**
|
||||
* Validates the object for any errors
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue