From 7a680dcdb2bfa25a15f9cecf34106e76a81ccfa8 Mon Sep 17 00:00:00 2001 From: freekmurze Date: Fri, 11 Feb 2022 13:48:51 +0000 Subject: [PATCH] Fix styling --- src/Views/ViewExceptionMapper.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Views/ViewExceptionMapper.php b/src/Views/ViewExceptionMapper.php index 67f6ec06..eddb5977 100644 --- a/src/Views/ViewExceptionMapper.php +++ b/src/Views/ViewExceptionMapper.php @@ -7,7 +7,6 @@ use Illuminate\Foundation\Application; use Illuminate\Support\Arr; use Illuminate\Support\Collection; -use Illuminate\View\Engines\CompilerEngine; use Illuminate\View\Engines\PhpEngine; use Illuminate\View\ViewException; use ReflectionProperty;