Changed namespaces and added Query Builder

Co-authored-by: Juan Pablo Vial <jpvial@goacegroup.com>
Reviewed-on: #2
This commit is contained in:
2025-09-30 17:34:06 -03:00
parent 1bd3ccb8db
commit f6937c3aee
29 changed files with 555 additions and 178 deletions

View File

@ -1,8 +1,8 @@
<?php
namespace ProVM\Exception\Database;
namespace Database\Exception\Database;
use Throwable;
use ProVM\Exception\Database;
use Database\Exception\Database;
class BlankResult extends Database
{