Merge pull request #15454 from frederic34/patch-19

remove deprecated
This commit is contained in:
Laurent Destailleur 2020-11-20 13:36:08 +01:00 committed by GitHub
commit 6edabb6675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1513,7 +1513,6 @@ class Contact extends CommonObject
$this->country_code = 'FR';
$this->country = 'France';
$this->email = 'specimen@specimen.com';
$this->skype = 'tom.hanson';
$this->socialnetworks = array(
'skype' => 'tom.hanson',
);