Actualizacion proyecto backend- se modifica id del cliente

parent 123b7720
......@@ -16,7 +16,7 @@ use Doctrine\ORM\EntityRepository;
* @author Ing 04
*/
class PluListaRepository extends EntityRepository {
const CLIENTE = 1;//Para topsify , Cliente Entel
const CLIENTE = 3;//Para umusic , Cliente Universal
public function findListaById($id) {
$qb = $this->getEntityManager()->createQueryBuilder();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment