Skip to content
Snippets Groups Projects

feat: remove compilation command

Closed Bartek Jaskulski requested to merge v0.10 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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', [] ) );
}
Loading