Skip to content

Commit

Permalink
Fix Conditional WP CLI sharing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
puntope committed Nov 22, 2024
1 parent c523702 commit 4aece62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Internal/DependencyManagement/CoreServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,6 @@ function ( ...$arguments ) {
}

// ClI Classes
$this->share_with_tags( WPCLIMigrationGTIN::class, ProductRepository::class, AttributeManager::class );
$this->conditionally_share_with_tags( WPCLIMigrationGTIN::class, ProductRepository::class, AttributeManager::class );

Check warning on line 438 in src/Internal/DependencyManagement/CoreServiceProvider.php

View check run for this annotation

Codecov / codecov/patch

src/Internal/DependencyManagement/CoreServiceProvider.php#L438

Added line #L438 was not covered by tests
}
}

0 comments on commit 4aece62

Please sign in to comment.