Initial commit
This commit is contained in:
7
postgresGatewayBackend.php
Normal file
7
postgresGatewayBackend.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
require_once 'gatewayBackend.php';
|
||||
|
||||
class postgresGatewayBackend implements gatewayBackend
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user