This commit is contained in:
paoloar77
2025-01-15 20:56:43 +01:00
parent e507d32452
commit 7b0d6212ac
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
<?php
namespace App\Helpers;
class MyConfig
{
static public $qtaInPrevendita;

View File

@@ -43,7 +43,7 @@
"database/factories"
],
"files": [
"app/Helpers/includes.php"
"app/Helpers/MyConfig.php"
]
},
"autoload-dev": {