Update namespaces
This commit is contained in:
8
src/Enforce/Database/Query/PostgreSQL/Insert.php
Normal file
8
src/Enforce/Database/Query/PostgreSQL/Insert.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
namespace ProVM\Enforce\Database\Query\PostgreSQL;
|
||||
|
||||
use ProVM\Ideal\Database\Query;
|
||||
|
||||
class Insert extends Query\Insert
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user