예제 #1
0
 /**
  * {@inheritDoc}
  */
 public function onExecute($request, ActionInterface $action)
 {
     if ($action instanceof LoggerAwareInterface) {
         $action->setLogger($this->logger);
     }
 }