Skip to content

Commit

Permalink
Add current loggedin admin user ID to bulk publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
supercid committed Jun 28, 2024
1 parent be315e7 commit f76b2c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Model/Service/Sync/AbstractBulkPublisher.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ abstract class AbstractBulkPublisher implements BulkPublisherInterface
/** @var Manager */
private Manager $manager;

/** @var Session */
private Session $authSession;

/** @var Logger */
private Logger $logger;

Expand Down

0 comments on commit f76b2c6

Please sign in to comment.