@@ -120,6 +120,9 @@ |
||
120 | 120 | return $data; |
121 | 121 | } // end getExceptionData |
122 | 122 | |
123 | + /** |
|
124 | + * @param SplFileObject $file |
|
125 | + */ |
|
123 | 126 | private function getLineInfo($file, $line, $i) |
124 | 127 | { |
125 | 128 | $currentLine = $line + $i; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Exception; |
6 | 6 | use SplFileObject; |
7 | 7 | use Illuminate\Support\Facades\Log; |
8 | -use Illuminate\Support\Facades\Mail; |
|
9 | 8 | use Illuminate\Support\Facades\Request; |
10 | 9 | use Illuminate\Support\Facades\Session; |
11 | 10 | use Yaro\LogEnvelope\Drivers\DriverFactory; |