Clase de constantes

This commit is contained in:
Alejandro Tasistro 2024-03-19 22:13:27 -03:00
parent f872b1e9fd
commit 03b9c4c065
1 changed files with 9 additions and 0 deletions

9
app/Constants.php Normal file
View File

@ -0,0 +1,9 @@
<?php
namespace App;
class Constants
{
public const COSTO_TRANSPORTE = 15;
public const DIVISOR_TRANSPORTE = 500;
}