PSQL path object

This commit is contained in:
Ulf Gebhardt 2017-05-06 13:35:20 +02:00
parent 6fcffe3ba8
commit 78f31e0c31

View File

@ -0,0 +1,5 @@
<?php
class PSQL extends \SYSTEM\PATH {
public function __construct($subpath = '') {
parent::__construct(new \SYSTEM\PROOT(), 'friseurteam/sql/', $subpath);}
}