Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arjanwestdorp committed May 16, 2018
1 parent 1251f63 commit 09d3473
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/Support/SupportFacadesEventTest.php
Expand Up @@ -2,14 +2,14 @@

namespace Illuminate\Tests\Support;

use Illuminate\Container\Container;
use Illuminate\Database\Eloquent\Model;
use Mockery;
use PHPUnit\Framework\TestCase;
use Illuminate\Events\Dispatcher;
use Illuminate\Container\Container;
use Illuminate\Support\Facades\Event;
use Illuminate\Support\Facades\Facade;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Support\Testing\Fakes\EventFake;
use Mockery;
use PHPUnit\Framework\TestCase;

class SupportFacadesEventTest extends TestCase
{
Expand Down

0 comments on commit 09d3473

Please sign in to comment.