@ -2,6 +2,8 @@
/* For licensing terms, see /license.txt */
namespace Chamilo\PluginBundle\Entity\XApi;
use Doctrine\ORM\Mapping as ORM;
/**
@ -21,7 +21,7 @@ class ToolLaunch
* @var int
*
* @ORM\Column(type="integer")
* @ORM\Column(type="integer", name="id")
* @ORM\Id()
* @ORM\GeneratedValue()
*/