Skip to content

Commit ca90be0

Browse files
committed
minor #15577 Small fixes in naming (noniagriconomie)
This PR was merged into the 4.4 branch. Discussion ---------- Small fixes in naming Small fixes in naming Commits ------- f941de4 Small fixes in naming
2 parents c99bfc0 + f941de4 commit ca90be0

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)