It's just a mistake. In order to declare a getnomUrl method, Ccountry does not need to extend Commonobject

This commit is contained in:
Bahfir Abbes 2019-06-20 20:55:48 +01:00 committed by GitHub
parent 695a00f21c
commit 7f34a03034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@
/**
* Class to manage dictionary Countries (used by imports)
*/
class Ccountry extends CommonObject
class Ccountry// extends CommonObject
{
/**
* @var DoliDB Database handler.