Is there a way to get the controller name and action called in a micro app?
I currently have this in the code:
$eventsManager->attach('micro', function($event, $app) { if ($event->getType() == 'beforeExecuteRoute') {
} });
Is there a way to get the controller name and action called in a micro app?
I currently have this in the code:
$eventsManager->attach('micro', function($event, $app) { if ($event->getType() == 'beforeExecuteRoute') {
} });