PHP cs fixes

This commit is contained in:
Julie Lenaerts 2025-02-26 11:12:05 +01:00
parent b597ff89e0
commit 499aa3adea

View File

@ -39,9 +39,7 @@ abstract class AbstractCRUDController extends AbstractController
*/ */
protected array $crudConfig = []; protected array $crudConfig = [];
public function __construct(protected ManagerRegistry $managerRegistry) public function __construct(protected ManagerRegistry $managerRegistry) {}
{
}
/** /**
* get the role given from the config. * get the role given from the config.