Verified Commit 8717214c authored by Andrei Mateescu's avatar Andrei Mateescu
Browse files

task: #3566682 QueueWorkerBase should inherit from Core's PluginBase, not Component's

By: daniel_j
By: aaronbauman
By: smustgrave
(cherry picked from commit 0f17f619)
parent 3ba19077
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

namespace Drupal\Core\Queue;

use Drupal\Component\Plugin\PluginBase;
use Drupal\Core\Plugin\PluginBase;

/**
 * Provides a base implementation for a QueueWorker plugin.