Skip to content

Commit 1e192eb

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: Small fixes in naming
2 parents a5ffe5b + ca90be0 commit 1e192eb

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)