Skip to content

Commit ef1d207

Browse files
authored
Fix namespace of laravellux/html in Html/Builder
1 parent a56e4d2 commit ef1d207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Html/Builder.php

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

33
namespace Yajra\DataTables\Html;
44

5-
use LaravelLux\Html\HtmlBuilder;
5+
use Collective\Html\HtmlBuilder;
66
use Illuminate\Contracts\Config\Repository;
77
use Illuminate\Contracts\View\Factory;
88
use Illuminate\Support\Collection;

0 commit comments

Comments
 (0)