Refactored the bulk edit controller.

This commit is contained in:
James Cole
2019-07-04 17:31:47 +02:00
parent 54623061d8
commit 3c5c14ff5a
16 changed files with 432 additions and 170 deletions

View File

@@ -244,7 +244,6 @@ class AutoCompleteController extends Controller
$array[$index]['name'] = $item['tag'];
}
return response()->json($array);
}