mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-28 04:58:46 +02:00
Re-dump autoloader and composer.lock
This commit is contained in:
@@ -40,7 +40,7 @@ class RouterDataCollector extends DataCollector
|
||||
$this->data['redirect'] = true;
|
||||
$this->data['url'] = $response->getTargetUrl();
|
||||
|
||||
if ($this->controllers->contains($request)) {
|
||||
if ($this->controllers->offsetExists($request)) {
|
||||
$this->data['route'] = $this->guessRoute($request, $this->controllers[$request]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user