Skip to content

Commit

Permalink
Small fixes in naming
Browse files Browse the repository at this point in the history
  • Loading branch information
noniagriconomie committed Aug 2, 2021
1 parent 6124a80 commit f941de4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security/securing_services.rst
Original file line number Diff line number Diff line change
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 f941de4

Please sign in to comment.