Skip to content

Commit bfbe000

Browse files
authored
adding missing 'private'
1 parent d349eb9 commit bfbe000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2556,7 +2556,7 @@ want to include extra details only for users that have a ``ROLE_SALES_ADMIN`` ro
25562556
class SalesReportManager
25572557
{
25582558
+ public function __construct(
2559-
+ Security $security,
2559+
+ private Security $security,
25602560
+ ) {
25612561
+ }
25622562

0 commit comments

Comments
 (0)