XAPI: Fix doctrine annotation and namespace - refs BT#16742

pull/3690/head
Angel Fernando Quiroz Campos 5 years ago
parent ac3ef321bf
commit 40a4172f03
  1. 2
      plugin/xapi/src/Entity/LrsAuth.php
  2. 2
      plugin/xapi/src/Entity/ToolLaunch.php

@ -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()
*/

Loading…
Cancel
Save