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