Skip to content

Commit

Permalink
Change the JobStatus class namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorprogger committed Jan 26, 2025
1 parent b74c714 commit 33c3828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Support/FakeAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Yiisoft\Queue\Adapter\AdapterInterface;
use Yiisoft\Queue\AMQP\QueueProviderInterface;
use Yiisoft\Queue\Cli\LoopInterface;
use Yiisoft\Queue\Enum\JobStatus;
use Yiisoft\Queue\JobStatus;
use Yiisoft\Queue\Message\MessageInterface;
use Yiisoft\Queue\Message\MessageSerializerInterface;

Expand Down

0 comments on commit 33c3828

Please # to comment.