Use TimeInterface instead of Time class
Merged
requested to merge issue/transaction-3216505:3216505-adjust-transactorhandler-service-signature into 8.x-1.x
Compare changes
+ 3
− 3
@@ -13,7 +13,7 @@ use Drupal\user\UserInterface;
@@ -13,7 +13,7 @@ use Drupal\user\UserInterface;
@@ -77,7 +77,7 @@ class TransactorHandler implements TransactorHandlerInterface {
@@ -77,7 +77,7 @@ class TransactorHandler implements TransactorHandlerInterface {
@@ -88,7 +88,7 @@ class TransactorHandler implements TransactorHandlerInterface {
@@ -88,7 +88,7 @@ class TransactorHandler implements TransactorHandlerInterface {
public function __construct(TransactionServiceInterface $transaction_service, EntityStorageInterface $transaction_storage, Time $time_service, AccountInterface $current_user, Token $token, EventDispatcherInterface $event_dispatcher, LockBackendInterface $lock) {