mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 01:49:05 +02:00
Removed dump functions.
This commit is contained in:
parent
4c5b5b6df0
commit
fe7ce39042
2 changed files with 0 additions and 3 deletions
|
@ -82,7 +82,6 @@ class PartListsController extends AbstractController
|
|||
public function showSearch(Request $request, DataTableFactory $dataTable, string $keyword = "")
|
||||
{
|
||||
$search = $keyword;
|
||||
dump($search);
|
||||
|
||||
$table = $dataTable->createFromType(PartsDataTable::class, ['search' => $search])
|
||||
->handleRequest($request);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue