We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5ffe5b + ca90be0 commit 1e192ebCopy full SHA for 1e192eb
security/securing_services.rst
@@ -14,7 +14,7 @@ want to include extra details only for users that have a ``ROLE_SALES_ADMIN`` ro
14
15
.. code-block:: diff
16
17
- // src/Newsletter/NewsletterManager.php
+ // src/SalesReport/SalesReportManager.php
18
19
// ...
20
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
29
+ $this->security = $security;
30
+ }
31
32
- public function sendNewsletter()
+ public function generateReport()
33
{
34
$salesData = [];
35
0 commit comments