Skip to content
Snippets Groups Projects
Commit 64256da6 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Fixed missing camelcase rename in Logger

parent 6fb07ae5
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,7 @@ class Logger extends Base {
}
function setAsExceptionHandler() {
set_exception_handler(array($this, 'handle_exception'));
set_exception_handler(array($this, 'handleException'));
}
function getFormattedProperty($property) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment