Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ca90be0

Browse filesBrowse 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
Copy full SHA for ca90be0

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎security/securing_services.rst

Copy file name to clipboardExpand all lines: security/securing_services.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.