mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
I remove the extend into commonobjectline to common object.
For the moment, if we need a method for line already into object, i prefer to see method duplicated.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
* Parent class for class inheritance lines of business objects
|
||||
* This class is useless for the moment so no inherit are done on it
|
||||
*/
|
||||
abstract class CommonObjectLine extends CommonObject
|
||||
abstract class CommonObjectLine
|
||||
{
|
||||
/**
|
||||
* Call trigger based on this instance
|
||||
|
||||
Reference in New Issue
Block a user