1 | <?php |
||
34 | class Payone_Settings_Data_ConfigFile_PaymentMethod_WalletPaydirekt |
||
|
|||
35 | extends Payone_Settings_Data_ConfigFile_PaymentMethod_Abstract |
||
36 | implements Payone_Settings_Data_ConfigFile_Interface |
||
37 | { |
||
38 | /** @var string */ |
||
39 | protected $key = Payone_Enum_ClearingType::WALLETPAYDIREKT; |
||
40 | |||
41 | public function getKey() |
||
45 | } |
You can fix this by adding a namespace to your class:
When choosing a vendor namespace, try to pick something that is not too generic to avoid conflicts with other libraries.