mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Fixes for refactor
This commit is contained in:
parent
463f1dd444
commit
9dffc95eab
@ -55,7 +55,7 @@ class DatatableService
|
|||||||
* @param EntityDatatable $datatable
|
* @param EntityDatatable $datatable
|
||||||
* @param Table $table
|
* @param Table $table
|
||||||
*/
|
*/
|
||||||
private function createDropdown(EntityDatatable $datatable, Table $table)
|
private function createDropdown(EntityDatatable $datatable, $table)
|
||||||
{
|
{
|
||||||
$table->addColumn('dropdown', function ($model) use ($datatable) {
|
$table->addColumn('dropdown', function ($model) use ($datatable) {
|
||||||
$hasAction = false;
|
$hasAction = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user