Skip to content

Commit b5d3c79

Browse files
authored
Add missing property declaration for e.g. code
1 parent e06a7ef commit b5d3c79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

en/controllers/components.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ as constructor parameters::
190190

191191
class SsoComponent extends Component
192192
{
193+
private Users $users;
194+
193195
public function __construct(
194196
ComponentRegistry $registry,
195197
array $config = [],

0 commit comments

Comments
 (0)