Skip to content

Commit d6ef157

Browse files
committed
fix: no action to perform
1 parent 59fa0e2 commit d6ef157

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

EMS/client-helper-bundle/src/Controller/SearchController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public function __construct(
2121

2222
public function handle(Request $request): Response
2323
{
24+
@\trigger_error('The SearchController is deprecated and will be removed in ems 8, use the emsch_search_config and emsch_search_config_execute twig functions instead', E_USER_DEPRECATED);
2425
$template = $this->handler->handle($request);
2526

2627
$search = $this->manager->searchFromRequest($request);

0 commit comments

Comments
 (0)