Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Update instantiation to correct container call
Browse files Browse the repository at this point in the history
  • Loading branch information
JPry committed Nov 3, 2023
1 parent f71ba32 commit 8d69dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Domain/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ function () {
function( Container $container ) {
return new OrderSourceAttribution(
$container->get( AssetApi::class ),
$container->get( ExtendSchema::class ),
$container->get( StoreApi::class )->container()->get( ExtendSchema::class ),
wc_get_container()->get( FeaturesController::class ),
wc_get_container()->get( SourceAttributionController::class )
);
Expand Down

0 comments on commit 8d69dc5

Please sign in to comment.