PSQL path object
This commit is contained in:
parent
6fcffe3ba8
commit
78f31e0c31
5
friseurteam/path/PSQL.php
Normal file
5
friseurteam/path/PSQL.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
class PSQL extends \SYSTEM\PATH {
|
||||
public function __construct($subpath = '') {
|
||||
parent::__construct(new \SYSTEM\PROOT(), 'friseurteam/sql/', $subpath);}
|
||||
}
|
||||
Reference in New Issue
Block a user