Skip to content

Commit 1c08959

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Small fixes in naming
2 parents 93b3afd + 1e192eb commit 1c08959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security/securing_services.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ want to include extra details only for users that have a ``ROLE_SALES_ADMIN`` ro
1414

1515
.. code-block:: diff
1616
17-
// src/Newsletter/NewsletterManager.php
17+
// src/SalesReport/SalesReportManager.php
1818
1919
// ...
2020
use Symfony\Component\Security\Core\Exception\AccessDeniedException;
@@ -29,7 +29,7 @@ want to include extra details only for users that have a ``ROLE_SALES_ADMIN`` ro
2929
+ $this->security = $security;
3030
+ }
3131
32-
public function sendNewsletter()
32+
public function generateReport()
3333
{
3434
$salesData = [];
3535

0 commit comments

Comments
 (0)