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 7f7c057 commit cada3d2Copy full SHA for cada3d2
src/Illuminate/View/Engines/CompilerEngine.php
@@ -3,8 +3,8 @@
3
namespace Illuminate\View\Engines;
4
5
use Illuminate\View\Compilers\CompilerInterface;
6
-use Throwable;
7
use Illuminate\View\ViewException;
+use Throwable;
8
9
class CompilerEngine extends PhpEngine
10
{
0 commit comments