Skip to content
Snippets Groups Projects
Verified Commit 889d4099 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

fix: typo in configuration param name

parent 4edfbdaa
No related branches found
No related tags found
2 merge requests!5feat: remove compilation command,!4feat: remove compilation command
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
......@@ -51,7 +51,7 @@ class ConditionalExtension implements Extension {
if ( class_exists( \WPDesk\License\LicenseServer\PluginRegistrator::class ) ) {
$definitions[ WPDeskLicenseBridge::class ] = ( new AutowireDefinitionHelper() )
->constructorParameter( 'proudct_id', $config->get( 'product_id' ) )
->constructorParameter( 'product_id', $config->get( 'product_id' ) )
->constructorParameter( 'shops', (array) $config->get( 'shops', [] ) );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment