We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75bda43 commit 25dd7c2Copy full SHA for 25dd7c2
src/ZfrCors/Mvc/CorsRequestListener.php
@@ -63,7 +63,7 @@ public function attach(EventManagerInterface $events)
63
$this->listeners[] = $events->attach(MvcEvent::EVENT_ROUTE, array($this, 'onCorsPreflight'), -1);
64
65
// "in"flight should be handled during "FINISH" to ensure we operate on the actual route being returned
66
- $this->listeners[] = $events->attach(MvcEvent::EVENT_FINISH, array($this, 'onCorsRequest'), 100);
+ $this->listeners[] = $events->attach(MvcEvent::EVENT_FINISH, array($this, 'onCorsRequest'), 100);
67
}
68
69
/**
0 commit comments