mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
fixed config bugs in rest client
This commit is contained in:
@@ -22,7 +22,7 @@ class Person extends REST_Controller
|
||||
/**
|
||||
* Person API constructor.
|
||||
*/
|
||||
private function __construct()
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user