mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix: RoleScope
might or might not have a Scope
.
This commit is contained in:
parent
6ccc8d4cb8
commit
a32692c37a
@ -32,7 +32,7 @@ class RoleScope
|
||||
* @ORM\JoinColumn(nullable=true, name="scope_id")
|
||||
* @ORM\Cache(usage="NONSTRICT_READ_WRITE")
|
||||
*/
|
||||
private Scope $scope;
|
||||
private ?Scope $scope;
|
||||
|
||||
/**
|
||||
* @var Collection
|
||||
|
Loading…
x
Reference in New Issue
Block a user