We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f09bc9 commit 07f0f86Copy full SHA for 07f0f86
1 file changed
src/Illuminate/Support/Testing/Fakes/QueueFake.php
@@ -3,8 +3,8 @@
3
namespace Illuminate\Support\Testing\Fakes;
4
5
use BadMethodCallException;
6
-use Illuminate\Contracts\Queue\Queue;
7
use Illuminate\Queue\QueueManager;
+use Illuminate\Contracts\Queue\Queue;
8
use PHPUnit\Framework\Assert as PHPUnit;
9
10
class QueueFake extends QueueManager implements Queue
0 commit comments