Skip to content

Commit

Permalink
Allowing a null parentProjectId (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
votemike authored Aug 18, 2017
1 parent fd72eba commit fdfb3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/ProgrammesDb/Entity/RefIsiteOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class RefIsiteOptions
public function __construct(
string $guid,
string $projectId,
string $parentProjectId,
?string $parentProjectId,
string $entityId,
string $fileId,
string $type,
Expand Down

0 comments on commit fdfb3dc

Please sign in to comment.