File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
"php" : " ^8.0.2" ,
20
20
"ext-json" : " *" ,
21
21
"yajra/laravel-datatables-oracle" : " ^10.0" ,
22
- "laravelcollective /html" : " ^6.3.0"
22
+ "laravellux /html" : " ^6.3.0"
23
23
},
24
24
"require-dev" : {
25
25
"nunomaduro/larastan" : " ^2.1" ,
Original file line number Diff line number Diff line change 2
2
3
3
namespace Yajra \DataTables \Html ;
4
4
5
- use Collective \Html \HtmlBuilder ;
5
+ use LaravelLux \Html \HtmlBuilder ;
6
6
use Illuminate \Contracts \Config \Repository ;
7
7
use Illuminate \Contracts \View \Factory ;
8
8
use Illuminate \Support \Collection ;
Original file line number Diff line number Diff line change 2
2
3
3
namespace Yajra \DataTables ;
4
4
5
- use Collective \Html \HtmlServiceProvider as CollectiveHtml ;
5
+ use LaravelLux \Html \HtmlServiceProvider as CollectiveHtml ;
6
6
use Illuminate \Support \ServiceProvider ;
7
7
8
8
class HtmlServiceProvider extends ServiceProvider
You can’t perform that action at this time.
0 commit comments