1 | <?php |
||
33 | class Payone_Settings_Data_ConfigFile_PaymentMethod_OnlineBankTransferSofortueberweisung |
||
|
|||
34 | extends Payone_Settings_Data_ConfigFile_PaymentMethod_Abstract |
||
35 | implements Payone_Settings_Data_ConfigFile_Interface |
||
36 | { |
||
37 | /** @var string */ |
||
38 | protected $key = Payone_Enum_ClearingType::ONLINEBANKTRANSFERSOFORT; |
||
39 | |||
40 | public function getKey() |
||
44 | } |
||
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.