We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnpublishItemWorkflowAction imports using QueuedJob instead of QueuedJobs
QueuedJob
QueuedJobs
use Symbiote\QueuedJob\Services\AbstractQueuedJob; use Symbiote\QueuedJob\Services\QueuedJobService;
use Symbiote\QueuedJob\Services\AbstractQueuedJob;
use Symbiote\QueuedJob\Services\QueuedJobService;
Instead of
use Symbiote\QueuedJobs\Services\AbstractQueuedJob; use Symbiote\QueuedJobs\Services\QueuedJobService;
use Symbiote\QueuedJobs\Services\AbstractQueuedJob;
use Symbiote\QueuedJobs\Services\QueuedJobService;
The text was updated successfully, but these errors were encountered:
PR merged
Sorry, something went wrong.
No branches or pull requests
UnpublishItemWorkflowAction imports using
QueuedJob
instead ofQueuedJobs
use Symbiote\QueuedJob\Services\AbstractQueuedJob;
use Symbiote\QueuedJob\Services\QueuedJobService;
Instead of
use Symbiote\QueuedJobs\Services\AbstractQueuedJob;
use Symbiote\QueuedJobs\Services\QueuedJobService;
PR
The text was updated successfully, but these errors were encountered: