We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9213d30 commit fd56f1bCopy full SHA for fd56f1b
src/Illuminate/Foundation/Exceptions/Whoops/WhoopsExceptionRenderer.php
@@ -3,8 +3,8 @@
3
namespace Illuminate\Foundation\Exceptions\Whoops;
4
5
use Illuminate\Contracts\Foundation\ExceptionRenderer;
6
-use Whoops\Run as Whoops;
7
use function tap;
+use Whoops\Run as Whoops;
8
9
class WhoopsExceptionRenderer implements ExceptionRenderer
10
{
0 commit comments