mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
PHP cs fixes
This commit is contained in:
parent
b597ff89e0
commit
499aa3adea
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user