ObjectCommand: fix typo
This commit is contained in:
parent
b513b40d4e
commit
0ba23e8b4a
|
@ -13,7 +13,7 @@ class ObjectCommand extends Command
|
||||||
|
|
||||||
private $object;
|
private $object;
|
||||||
|
|
||||||
private $experimental = array();
|
private $experimentalFlags = array();
|
||||||
|
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
|
@ -202,7 +202,6 @@ class ObjectCommand extends Command
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Delete a specific object
|
* Delete a specific object
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue