mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 16:22:20 +02:00
Code conventions
This commit is contained in:
@@ -23,6 +23,7 @@ namespace Combodo\iTop\Portal\EventListener;
|
||||
|
||||
|
||||
use Dict;
|
||||
use ExceptionLog;
|
||||
use IssueLog;
|
||||
use Symfony\Component\Debug\Exception\FlattenException;
|
||||
use Symfony\Component\DependencyInjection\ContainerAwareInterface;
|
||||
@@ -86,7 +87,7 @@ class ExceptionListener implements ContainerAwareInterface
|
||||
}
|
||||
|
||||
// Log exception in iTop log
|
||||
\ExceptionLog::LogException($oException, [
|
||||
ExceptionLog::LogException($oException, [
|
||||
'uri' => $oEvent->getRequest()->getUri(),
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user