File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ class DataTablesHtmlCommand extends DataTablesMakeCommand
1616 {--dom= : The dom of the datatable.}
1717 {--buttons= : The buttons of the datatable.}
1818 {--table= : Scaffold columns from the table.}
19+ {--builder : Ignore, added to work with parent generator.}
1920 {--columns= : The columns of the datatable.} ' ;
2021
2122 /**
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public function handle()
4242 {
4343 parent ::handle ();
4444
45- if ($ this ->hasOption ( ' builder ' ) && $ this -> option ('builder ' )) {
45+ if ($ this ->option ('builder ' )) {
4646 $ this ->call ('datatables:html ' , [
4747 'name ' => $ this ->getNameInput (),
4848 '--columns ' => $ this ->option ('columns ' ) ?: $ this ->laravel ['config ' ]->get (
You can’t perform that action at this time.
0 commit comments