Merge pull request #2765 from aternatik/common_properties
Remove useless variables for common object
This commit is contained in:
commit
dc01de8072
@ -91,11 +91,10 @@ abstract class CommonObject
|
|||||||
*/
|
*/
|
||||||
public $canvas;
|
public $canvas;
|
||||||
|
|
||||||
|
/**
|
||||||
public $name;
|
*
|
||||||
public $lastname;
|
* @var object Thirdparty associated with object
|
||||||
public $firstname;
|
*/
|
||||||
public $civility_id;
|
|
||||||
public $thirdparty;
|
public $thirdparty;
|
||||||
|
|
||||||
// No constructor as it is an abstract class
|
// No constructor as it is an abstract class
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user