add sps service
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<?php
|
||||
include_once "../../global.inc.php";
|
||||
include_once PATH_DATABASE . "/SQLManager.php";
|
||||
include_once PATH_DATABASE . "/SqlManager.php";
|
||||
|
||||
/**
|
||||
* The SQLManager manage the SQL-Connection for an API
|
||||
*
|
||||
* @author stubbfel
|
||||
*/
|
||||
class HelloApiSQLManager extends SQLManager{
|
||||
class HelloApiSQLManager extends SqlManager{
|
||||
|
||||
public function __construct() {
|
||||
parent::__construct();
|
||||
|
||||
Reference in New Issue
Block a user