Skip to content

Commit fae9a57

Browse files
tacmanjaviereguiluz
authored andcommitted
adding missing 'private'
1 parent e51512d commit fae9a57

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
@@ -2620,7 +2620,7 @@ want to include extra details only for users that have a ``ROLE_SALES_ADMIN`` ro
26202620
class SalesReportManager
26212621
{
26222622
+ public function __construct(
2623-
+ Security $security,
2623+
+ private Security $security,
26242624
+ ) {
26252625
+ }
26262626

0 commit comments

Comments
 (0)