Thanks to visit codestin.com Credit goes to github.com
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 b790aee commit eaa7f02Copy full SHA for eaa7f02
notifier.rst
@@ -479,9 +479,7 @@ To send a notification, autowire the
479
480
class InvoiceController extends AbstractController
481
{
482
- /**
483
- * @Route("/invoice/create")
484
- */
+ #[Route('/invoice/create')]
485
public function create(NotifierInterface $notifier)
486
487
// ...
@@ -613,9 +611,7 @@ sent using the Slack transport::
613
611
614
612
615
616
617
618
619
public function invoice(NotifierInterface $notifier)
620
621
0 commit comments