Correción de variables
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?php
|
||||
|
||||
class MandaCorreos{
|
||||
public static const COORDINADOR = 1;
|
||||
public static const SUPERVISOR = 2;
|
||||
public static const JEFE = 4;
|
||||
public static const PROFESOR = 8;
|
||||
public const COORDINADOR = 1;
|
||||
public const SUPERVISOR = 2;
|
||||
public const JEFE = 4;
|
||||
public const PROFESOR = 8;
|
||||
private const ENVIO_CORREOS = true;
|
||||
private const PRUEBAS = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user