remove annoying ()

pull/2942/head
Isaac Connor 2020-05-05 18:07:28 -04:00
parent ac31abd30c
commit 5a15701873
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ class Logger {
}
}
}
return( $this->id );
return $this->id;
}
public function level( $level ) {