remove annoying ()
parent
ac31abd30c
commit
5a15701873
|
|
@ -215,7 +215,7 @@ class Logger {
|
|||
}
|
||||
}
|
||||
}
|
||||
return( $this->id );
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
public function level( $level ) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue