Minor Fix Entities
@@ -21,7 +21,7 @@ use Doctrine\ORM\Mapping as ORM;
* @ORM\Index(name="idx_select_su_giver", columns={"skill_rel_user_id", "feedback_giver_id"})
* }
* )
- * @ORM\Entity(repositoryClass="Chamilo\CoreBundle\Entity\Repository\SkillRelUserCommentRepository")
+ * @ORM\Entity
*/
class SkillRelUserComment
{
@@ -1,6 +1,12 @@
<?php
/* For licensing terms, see /license.txt */
+/**
+ * Profile Level
+ *
+ * @package chamilo.skill
+ */
+
namespace Chamilo\SkillBundle\Entity;
use Gedmo\Mapping\Annotation as Gedmo;
@@ -10,7 +16,7 @@ use Doctrine\ORM\Mapping as ORM;
* Level
*
* @ORM\Table(
- * name="skill_level",
+ * name="skill_level"
* @ORM\Entity
@@ -16,7 +16,7 @@ use Doctrine\ORM\Mapping as ORM;
* Profile
- * name="skill_level_profile",
+ * name="skill_level_profile"