@@ -9,7 +9,6 @@ |
||
9 | 9 | use Illuminate\Session\TokenMismatchException; |
10 | 10 | use Illuminate\Database\Eloquent\ModelNotFoundException; |
11 | 11 | use Symfony\Component\Console\Exception\CommandNotFoundException; |
12 | -use Symfony\Component\Debug\Exception\FlattenException; |
|
13 | 12 | use Symfony\Component\HttpKernel\Exception\HttpException; |
14 | 13 | use Symfony\Component\HttpFoundation\Response as SymfonyResponse; |
15 | 14 |
@@ -16,7 +16,6 @@ |
||
16 | 16 | use Illuminate\Routing\Events\RouteMatched; |
17 | 17 | use Illuminate\Routing\Redirector; |
18 | 18 | use Illuminate\Http\Request; |
19 | -use Illuminate\Pagination\Paginator; |
|
20 | 19 | |
21 | 20 | class AppServiceProvider extends ServiceProvider |
22 | 21 | { |