Make method static
This commit is contained in:
parent
0a9ca42c34
commit
cc6911e1f7
|
@ -34,7 +34,7 @@ class API {
|
||||||
* @param callable $action the function to run
|
* @param callable $action the function to run
|
||||||
* @param string $app the id of the app registering the call
|
* @param string $app the id of the app registering the call
|
||||||
*/
|
*/
|
||||||
public function register($method, $url, $action, $app){
|
public static function register($method, $url, $action, $app){
|
||||||
OC_API::register($method, $url, $action, $app);
|
OC_API::register($method, $url, $action, $app);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue