Skip to content

Commit 112b627

Browse files
authored
fix(view): Fix class typo
1 parent e25b16b commit 112b627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Acorn/View/Component.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Roots\Acorn\View;
44

5-
use Illuminate\View\ComponentBase;
5+
use Illuminate\View\Component as ComponentBase;
66

77
use function Roots\view;
88

0 commit comments

Comments
 (0)