Remove (apparently) dead getKey methods

This commit is contained in:
Moritz Meißelbach 2024-08-23 15:04:28 +02:00
parent 4d9f23e315
commit c76fcb91ba
No known key found for this signature in database
GPG key ID: 9FDCE7BEB31FA3E5
5 changed files with 0 additions and 41 deletions

View file

@ -129,12 +129,4 @@ class PayLaterBlockModule implements ServiceModule, ExtendingModule, ExecutableM
return true;
}
/**
* Returns the key for the module.
*
* @return string|void
*/
public function getKey() {
}
}