Пример #1
0
 private function addInvocationId()
 {
     // Add invocation id to each request
     $this->handlerList->prependSign(Middleware::invocationId(), 'invocation-id');
 }