coding style
This commit is contained in:
@@ -68,7 +68,7 @@ class ParentDataTable extends DataTable
|
||||
]);
|
||||
}
|
||||
|
||||
public function getButtonDel($field ='id', $title = 'Effacer')
|
||||
public function getButtonDel($field = 'id', $title = 'Effacer')
|
||||
{
|
||||
return view('components.form.buttons.delete', [
|
||||
'dataId' => '{{$'.$field.'}}',
|
||||
|
||||
Reference in New Issue
Block a user