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 1919 "php" : " ^8.0.2" ,
2020 "ext-json" : " *" ,
2121 "yajra/laravel-datatables-oracle" : " ^10.0" ,
22- "laravelcollective /html" : " ^6.3.0"
22+ "laravellux /html" : " ^6.3.0"
2323 },
2424 "require-dev" : {
2525 "nunomaduro/larastan" : " ^2.1" ,
Original file line number Diff line number Diff line change 22
33namespace Yajra \DataTables \Html ;
44
5- use Collective \Html \HtmlBuilder ;
5+ use LaravelLux \Html \HtmlBuilder ;
66use Illuminate \Contracts \Config \Repository ;
77use Illuminate \Contracts \View \Factory ;
88use Illuminate \Support \Collection ;
Original file line number Diff line number Diff line change 22
33namespace Yajra \DataTables ;
44
5- use Collective \Html \HtmlServiceProvider as CollectiveHtml ;
5+ use LaravelLux \Html \HtmlServiceProvider as CollectiveHtml ;
66use Illuminate \Support \ServiceProvider ;
77
88class HtmlServiceProvider extends ServiceProvider
You can’t perform that action at this time.
0 commit comments