@@ -2,12 +2,12 @@ |
||
2 | 2 | |
3 | 3 | namespace Tylercd100\LERN\Components; |
4 | 4 | |
5 | -use Exception; |
|
6 | -use Illuminate\Support\Facades\Auth; |
|
7 | -use Illuminate\Support\Facades\Input; |
|
8 | -use Illuminate\Support\Facades\Request; |
|
9 | -use Symfony\Component\HttpKernel\Exception\HttpExceptionInterface; |
|
10 | -use Tylercd100\LERN\Exceptions\RecorderFailedException; |
|
5 | +use Exception; |
|
6 | +use Illuminate\Support\Facades\Auth; |
|
7 | +use Illuminate\Support\Facades\Input; |
|
8 | +use Illuminate\Support\Facades\Request; |
|
9 | +use Symfony\Component\HttpKernel\Exception\HttpExceptionInterface; |
|
10 | +use Tylercd100\LERN\Exceptions\RecorderFailedException; |
|
11 | 11 | use Tylercd100\LERN\Models\ExceptionModel; |
12 | 12 | |
13 | 13 | class Recorder extends Component { |