Skip to content

Commit

Permalink
Merge pull request #2115 from yajra/analysis-XaMGZk
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
yajra authored Jun 12, 2019
2 parents ac37f93 + ad67c59 commit d1bc415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/EloquentDataTableTest.php
Original file line number Diff line number Diff line change
@@ -5,8 +5,8 @@
use Yajra\DataTables\DataTables;
use Illuminate\Http\JsonResponse;
use Yajra\DataTables\Tests\TestCase;
use Yajra\DataTables\Tests\Models\Post;
use Yajra\DataTables\EloquentDataTable;
use Yajra\DataTables\Tests\Models\Post;
use Yajra\DataTables\Tests\Models\User;
use Illuminate\Foundation\Testing\DatabaseTransactions;
use Yajra\DataTables\Facades\DataTables as DatatablesFacade;

0 comments on commit d1bc415

Please sign in to comment.