Skip to content

Commit 311defd

Browse files
committed
Internal: Remove unused dynamic properties in CForumCategory and CQuizAnswer classes
1 parent a21a249 commit 311defd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/CourseBundle/Entity/CForumCategory.php

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ public function __construct()
4646
{
4747
$this->catComment = '';
4848
$this->locked = 0;
49-
$this->catOrder = 0;
5049
$this->forums = new ArrayCollection();
5150
}
5251

src/CourseBundle/Entity/CQuizAnswer.php

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public function __construct()
6060
$this->ponderation = 0.0;
6161
$this->hotspotCoordinates = null;
6262
$this->hotspotType = null;
63-
$this->destination = null;
6463
$this->answerCode = null;
6564
}
6665

0 commit comments

Comments
 (0)