feature/columna-totales #4
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