Skip to content

Commit

Permalink
minor #15577 Small fixes in naming (noniagriconomie)
Browse files Browse the repository at this point in the history
This PR was merged into the 4.4 branch.

Discussion
----------

Small fixes in naming

Small fixes in naming

Commits
-------

f941de4 Small fixes in naming
  • Loading branch information
OskarStark committed Aug 4, 2021
2 parents c99bfc0 + f941de4 commit ca90be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security/securing_services.rst
Expand Up @@ -14,7 +14,7 @@ want to include extra details only for users that have a ``ROLE_SALES_ADMIN`` ro

.. code-block:: diff
// src/Newsletter/NewsletterManager.php
// src/SalesReport/SalesReportManager.php
// ...
use Symfony\Component\Security\Core\Exception\AccessDeniedException;
Expand All @@ -29,7 +29,7 @@ want to include extra details only for users that have a ``ROLE_SALES_ADMIN`` ro
+ $this->security = $security;
+ }
public function sendNewsletter()
public function generateReport()
{
$salesData = [];
Expand Down

0 comments on commit ca90be0

Please sign in to comment.