Skip to content

Commit 5c05fd6

Browse files
committed
add alias to make:livewire-datatable command
1 parent fa9864f commit 5c05fd6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
namespace Mediconesystems\LivewireDatatables\Commands;
4+
5+
class DatatableMakeCommand extends MakeDatatableCommand
6+
{
7+
protected $signature = 'livewire:datatable {name} {--model=}';
8+
}

0 commit comments

Comments
 (0)