Skip to content

Commit f4e6439

Browse files
committed
Pre import Editor and Fields namespace.
1 parent 34d0dbc commit f4e6439

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Generators/stubs/html.stub

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ namespace DummyNamespace;
55
use Yajra\DataTables\Html\Button;
66
use Yajra\DataTables\Html\Column;
77
use Yajra\DataTables\Html\DataTableHtml;
8+
use Yajra\DataTables\Html\Editor\Fields;
9+
use Yajra\DataTables\Html\Editor\Editor;
810

911
class DummyClass extends DataTableHtml
1012
{

0 commit comments

Comments
 (0)