Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra authored and StyleCIBot committed Jun 12, 2019
1 parent ac37f93 commit ad67c59
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
Expand Up @@ -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;
Expand Down

0 comments on commit ad67c59

Please sign in to comment.