示例#1
0
 /**
  * Records that an event took place.
  *
  * @param string $event The event name
  */
 protected function record(Request $request, $event)
 {
     $this->traces[$request->getMethod() . ' ' . $request->getPathInfo()][] = $event;
 }