mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-21 22:24:59 +00:00
PHP cs fixes
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user