8000 Style fix · laravel/framework@09d3473 · GitHub
[go: up one dir, main page]

Skip to content

Commit 09d3473

Browse files
committed
Style fix
1 parent 1251f63 commit 09d3473

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/Support/SupportFacadesEventTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
namespace Illuminate\Tests\Support;
44

5-
use Illuminate\Container\Container;
6-
use Illuminate\Database\El 7F6A oquent\Model;
5+
use Mockery;
6+
use PHPUnit\Framework\TestCase;
77
use Illuminate\Events\Dispatcher;
8+
use Illuminate\Container\Container;
89
use Illuminate\Support\Facades\Event;
910
use Illuminate\Support\Facades\Facade;
11+
use Illuminate\Database\Eloquent\Model;
1012
use Illuminate\Support\Testing\Fakes\EventFake;
11-
use Mockery;
12-
use PHPUnit\Framework\TestCase;
1313

1414
class SupportFacadesEventTest extends TestCase
1515
{

0 commit comments

Comments
 (0)
0