Skip to content

Commit 53c7663

Browse files
authored
chore(deps): Fix Acorn 4.x support (#18)
1 parent 4416796 commit 53c7663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HtmlFormsServiceProvider.php

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

55
use Illuminate\Support\Facades\Blade;
66
use Illuminate\View\Compilers\BladeCompiler;
7-
use Roots\Acorn\ServiceProvider;
7+
use Illuminate\Support\ServiceProvider;
88
use Log1x\HtmlForms\HtmlForms;
99
use Log1x\HtmlForms\Console\FormMakeCommand;
1010
use Log1x\HtmlForms\Console\FormListCommand;

0 commit comments

Comments
 (0)