Skip to content

Commit 0cc2cea

Browse files
authored
Merge pull request #243 from rsilva21/rsilva21-patch-1
Fix namespace of laravellux/html in Html/Builder
2 parents a56e4d2 + ef1d207 commit 0cc2cea

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)