develop (#2)
Changed namespaces and added Query Builder Co-authored-by: Juan Pablo Vial <jpvial@goacegroup.com> Reviewed-on: #2
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user