mirror of
https://github.com/ulfgebhardt/system.git
synced 2025-12-13 09:35:49 +00:00
7 lines
168 B
PHP
7 lines
168 B
PHP
<?php
|
|
namespace DBD\SYSTEM;
|
|
|
|
class systemPostgres extends \SYSTEM\DB\DBInfoPG {
|
|
public function __construct() {
|
|
parent::__construct('', '', '', '', '');}
|
|
} |