mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-27 17:15:02 +00:00
Inject services, no longer available in container by default
This commit is contained in:
@@ -51,7 +51,7 @@ final class ThirdPartyController extends CRUDController
|
||||
|
||||
protected function buildFilterOrderHelper(string $action, Request $request): ?FilterOrderHelper
|
||||
{
|
||||
return $this->getFilterOrderHelperFactory()
|
||||
return $this->filterOrderHelperFactory
|
||||
->create(self::class)
|
||||
->addSearchBox(['name', 'company_name', 'acronym'])
|
||||
// ->addToggle('only-active', [])
|
||||
|
Reference in New Issue
Block a user