mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
Fix PHP Fatal error: Can't inherit abstract function
CommonNumRefGenerator::getExample() (previously declared abstract in ModeleProductCode)
This commit is contained in:
@@ -210,5 +210,5 @@ abstract class ModeleProductCode extends CommonNumRefGenerator
|
||||
* @param int<-1,2> $type Type of third party (1:customer, 2:supplier, -1:autodetect)
|
||||
* @return string Return string example
|
||||
*/
|
||||
abstract public function getExample($langs = null, $objproduct = '', $type = -1);
|
||||
//abstract public function getExample($langs = null, $objproduct = '', $type = -1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user