Skip to content

Commit cc88dea

Browse files
authored
Make StyleCI happy
1 parent ceba11e commit cc88dea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Pagination/AbstractPaginator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
namespace Illuminate\Pagination;
44

55
use Closure;
6+
use Illuminate\Contracts\Support\Htmlable;
67
use Illuminate\Support\Arr;
7-
use Illuminate\Support\Str;
88
use Illuminate\Support\Collection;
9-
use Illuminate\Contracts\Support\Htmlable;
9+
use Illuminate\Support\Str;
1010
use Illuminate\Support\Traits\ForwardsCalls;
1111

1212
/**

0 commit comments

Comments
 (0)