mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Update dhii/module-interface
to version 0.3
This commit is contained in:
parent
090e829f75
commit
119543ae2d
12 changed files with 12 additions and 12 deletions
|
@ -40,7 +40,7 @@ class OnboardingModule implements ModuleInterface {
|
|||
*
|
||||
* @param ContainerInterface|null $container The container.
|
||||
*/
|
||||
public function run( ContainerInterface $container ) {
|
||||
public function run( ContainerInterface $container ): void {
|
||||
|
||||
$asset_loader = $container->get( 'onboarding.assets' );
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue