mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 01:49:05 +02:00
Fixed some inspection issues.
This commit is contained in:
parent
f7c2f1032f
commit
21a81486df
24 changed files with 64 additions and 84 deletions
|
@ -178,7 +178,7 @@ class PartListsController extends AbstractController
|
|||
/**
|
||||
* @Route("/parts/search/{keyword}", name="parts_search")
|
||||
*/
|
||||
public function showSearch(Request $request, DataTableFactory $dataTable, string $keyword = "")
|
||||
public function showSearch(Request $request, DataTableFactory $dataTable, string $keyword = '')
|
||||
{
|
||||
$search = $keyword;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue