Clase de constantes
This commit is contained in:
parent
f872b1e9fd
commit
03b9c4c065
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
class Constants
|
||||
{
|
||||
public const COSTO_TRANSPORTE = 15;
|
||||
public const DIVISOR_TRANSPORTE = 500;
|
||||
}
|
Loading…
Reference in New Issue