Fixes for refactor
This commit is contained in:
parent
463f1dd444
commit
9dffc95eab
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ class DatatableService
|
|||
* @param EntityDatatable $datatable
|
||||
* @param Table $table
|
||||
*/
|
||||
private function createDropdown(EntityDatatable $datatable, Table $table)
|
||||
private function createDropdown(EntityDatatable $datatable, $table)
|
||||
{
|
||||
$table->addColumn('dropdown', function ($model) use ($datatable) {
|
||||
$hasAction = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue