list() is a reserved php keyword, changed ApiCommand::list() to ApiCommand::listing()
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
interface ResourceEntity
|
||||
{
|
||||
|
||||
public function list();
|
||||
public function listing();
|
||||
|
||||
public function get();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user