8000
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.
1 parent 6124a80 commit f941de4Copy full SHA for f941de4
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