Skip to content

Commit

Permalink
Merge pull request #279 from leonstr/278-dynamicproperty
Browse files Browse the repository at this point in the history
#278 - Fix Creation of dynamic property
  • Loading branch information
jpahullo authored Nov 8, 2024
2 parents bea3ca8 + ebbe311 commit c80a6c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/table/assignsubmissiontablemerger.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
class AssignSubmissionTableMerger extends GenericTableMerger {

private $findassignsubmissions;
private $duplicateddatamerger;

public function __construct() {
parent::__construct(new AssignSubmissionDuplicatedDataMerger());
Expand Down

0 comments on commit c80a6c5

Please sign in to comment.