We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0fbc53 commit 15b4e9eCopy full SHA for 15b4e9e
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