Fixes for refactor

This commit is contained in:
Hillel Coren 2016-07-04 10:02:18 +03:00
parent 463f1dd444
commit 9dffc95eab

View File

@ -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;