Skip to content

Commit 07f0f86

Browse files
author
Oleg Khimich
committed
code style fix
1 parent 4f09bc9 commit 07f0f86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Illuminate/Support/Testing/Fakes/QueueFake.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
namespace Illuminate\Support\Testing\Fakes;
44

55
use BadMethodCallException;
6-
use Illuminate\Contracts\Queue\Queue;
76
use Illuminate\Queue\QueueManager;
7+
use Illuminate\Contracts\Queue\Queue;
88
use PHPUnit\Framework\Assert as PHPUnit;
99

1010
class QueueFake extends QueueManager implements Queue

0 commit comments

Comments
 (0)