Replace mounted action passing arguments
After executing one of my custom page action, I replace it with another action passing along arguments, but when I tried to die n dumped it in the send email action class it returned null. Could someone tell me what I'm doing wrong? The $data array wasn't null in after() method.
ViewOrder.php
SendEmail.php
1 Reply
I can access the passed arguments by defining $arguments param in closure functions, but i wanted to see if i can access it outside of form/action methods etc.