Skip to content

Commit fd56f1b

Browse files
Code style
1 parent 9213d30 commit fd56f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Exceptions/Whoops/WhoopsExceptionRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
namespace Illuminate\Foundation\Exceptions\Whoops;
44

55
use Illuminate\Contracts\Foundation\ExceptionRenderer;
6-
use Whoops\Run as Whoops;
76
use function tap;
7+
use Whoops\Run as Whoops;
88

99
class WhoopsExceptionRenderer implements ExceptionRenderer
1010
{

0 commit comments

Comments
 (0)