Clase de constantes
This commit is contained in:
parent
f872b1e9fd
commit
03b9c4c065
1 changed files with 9 additions and 0 deletions
9
app/Constants.php
Normal file
9
app/Constants.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
namespace App;
|
||||||
|
|
||||||
|
class Constants
|
||||||
|
{
|
||||||
|
public const COSTO_TRANSPORTE = 15;
|
||||||
|
public const DIVISOR_TRANSPORTE = 500;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue