We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 782a343 commit 4a30071Copy full SHA for 4a30071
src/CourseBundle/Entity/CForumCategory.php
@@ -46,7 +46,6 @@ public function __construct()
46
{
47
$this->catComment = '';
48
$this->locked = 0;
49
- $this->catOrder = 0;
50
$this->forums = new ArrayCollection();
51
}
52
src/CourseBundle/Entity/CQuizAnswer.php
@@ -60,7 +60,6 @@ public function __construct()
60
$this->ponderation = 0.0;
61
$this->hotspotCoordinates = null;
62
$this->hotspotType = null;
63
- $this->destination = null;
64
$this->answerCode = null;
65
66
0 commit comments