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

@ -282,12 +282,4 @@ class PayLaterWCBlocksModule implements ModuleInterface {
);
}
}
/**
* Returns the key for the module.
*
* @return void
*/
public function getKey() {
}
}