Skip to content

Commit

Permalink
Merge pull request #508 from creative-commoners/pulls/5.9/import
Browse files Browse the repository at this point in the history
FIX Use correct namespace for imports
  • Loading branch information
GuySartorelli authored Dec 14, 2023
2 parents a4d5075 + 7286f14 commit 2a46415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Actions/UnpublishItemWorkflowAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
use Symbiote\AdvancedWorkflow\DataObjects\WorkflowInstance;
use Symbiote\AdvancedWorkflow\Extensions\WorkflowEmbargoExpiryExtension;
use Symbiote\AdvancedWorkflow\Jobs\WorkflowPublishTargetJob;
use Symbiote\QueuedJob\Services\AbstractQueuedJob;
use Symbiote\QueuedJob\Services\QueuedJobService;
use Symbiote\QueuedJobs\Services\AbstractQueuedJob;
use Symbiote\QueuedJobs\Services\QueuedJobService;

/**
* Unpublishes an item
Expand Down

0 comments on commit 2a46415

Please sign in to comment.