@@ -51,6 +51,9 @@ |
||
51 | 51 | return app('redirect')->to($to); |
52 | 52 | } |
53 | 53 | |
54 | + /** |
|
55 | + * @param string $data |
|
56 | + */ |
|
54 | 57 | private function download($data) |
55 | 58 | { |
56 | 59 | if (function_exists('response')) { |
@@ -1,9 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace Rap2hpoutre\LaravelLogViewer; |
3 | 3 | |
4 | -use Psr\Log\LogLevel; |
|
5 | -use ReflectionClass; |
|
6 | - |
|
7 | 4 | /** |
8 | 5 | * Class LaravelLogViewer |
9 | 6 | * @package Rap2hpoutre\LaravelLogViewer |