Skip to content

Commit

Permalink
code style fixe
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Khimich committed Aug 27, 2019
1 parent bbfdf9b commit b27be4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Queue/QueueSizeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Illuminate\Tests\Integration\Queue;

use Illuminate\Support\Facades\Queue;
use Illuminate\Bus\Queueable;
use Orchestra\Testbench\TestCase;
use Illuminate\Support\Facades\Queue;
use Illuminate\Contracts\Queue\ShouldQueue;

class QueueSizeTest extends TestCase
Expand Down

0 comments on commit b27be4f

Please sign in to comment.