Skip to content

Commit

Permalink
Fix BoldQuoteRepository (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-bystritskyi authored Aug 19, 2024
1 parent 5aea22c commit 5a3f03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/BoldQuoteRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class BoldQuoteRepository implements BoldQuoteRepositoryInterface

public function __construct(
QuoteExtensionDataResource $boldQuoteResource,
QuoteExtensionDataFactory $quoteExtensionDataFactory,
QuoteExtensionDataFactory $quoteExtensionDataFactory
) {
$this->boldQuoteResource = $boldQuoteResource;
$this->quoteExtensionDataFactory = $quoteExtensionDataFactory;
Expand Down

0 comments on commit 5a3f03b

Please sign in to comment.