first commit

This commit is contained in:
Claudecio Martins
2025-11-04 18:22:02 +01:00
commit c1184d2878
4394 changed files with 444123 additions and 0 deletions

8
app/Common/Services/DB.php Executable file
View File

@@ -0,0 +1,8 @@
<?php
namespace Zampet\Services;
use AxiumPHP\Core\Database;
class DB extends Database {
}