Skip to content
Snippets Groups Projects
Commit dc01de80 authored by Juanjo Menent's avatar Juanjo Menent
Browse files

Merge pull request #2765 from aternatik/common_properties

Remove useless variables for common object
parents f6d2320c 82682dfc
Branches
Tags
No related merge requests found
......@@ -91,11 +91,10 @@ abstract class CommonObject
*/
public $canvas;
public $name;
public $lastname;
public $firstname;
public $civility_id;
/**
*
* @var object Thirdparty associated with object
*/
public $thirdparty;
// No constructor as it is an abstract class
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment