Update commonobject.class.php

This commit is contained in:
Laurent Destailleur 2021-06-10 12:58:42 +02:00 committed by GitHub
parent 1aca7efce3
commit 8a46fd376f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -440,7 +440,7 @@ abstract class CommonObject
/**
* @var array List of child tables. To know object to delete on cascade.
* if name like with @ClassNAme:FilePathClass:ParentFkFieldName' it will
* if name like with @ClassName:FilePathClass:ParentFkFieldName' it will
* call method deleteByParentField(parentId,ParentFkFieldName) to fetch and delete child object
*/
protected $childtablesoncascade = array();