mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 09:08:09 +08:00
downgrade dhii/module-interface to 0.1
This commit is contained in:
parent
c09e314baa
commit
ddd4f5ba09
11 changed files with 102 additions and 21 deletions
|
@ -37,6 +37,14 @@ class ApiModule implements ModuleInterface {
|
|||
*
|
||||
* @param ContainerInterface $container The container.
|
||||
*/
|
||||
public function run( ContainerInterface $container ) {
|
||||
public function run( ContainerInterface $container = null ) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the key for the module.
|
||||
*
|
||||
* @return string|void
|
||||
*/
|
||||
public function getKey() {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue