Skip to content

Commit

Permalink
StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed May 29, 2019
1 parent 544891b commit e2a461c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Integration/Database/EloquentMorphEagerLoadingTest.php
Expand Up @@ -3,16 +3,16 @@
namespace Illuminate\Tests\Integration\Database\EloquentMorphToLazyEagerLoadingTest;

use DB;
use Illuminate\Database\Eloquent\Relations\MorphTo;
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Eloquent\Relations\MorphTo;
use Illuminate\Tests\Integration\Database\DatabaseTestCase;

/**
* @group integration
*/
class EloquentMorphToLazyEagerLoadingTest extends DatabaseTestCase
class EloquentMorphEagerLoadingTest extends DatabaseTestCase
{
protected function setUp(): void
{
Expand Down

0 comments on commit e2a461c

Please sign in to comment.