Skip to content
Prev Previous commit
Next Next commit
Update apps/admin_audit/lib/AuditLogger.php
Co-authored-by: Benjamin Gaussorgues <[email protected]>
Signed-off-by: danial rahimy <[email protected]>
  • Loading branch information
danialRahimy and Altahrim committed Oct 10, 2023
commit b01dd7c23783ab2f7688ac483476c7520ccc4767
2 changes: 1 addition & 1 deletion apps/admin_audit/lib/AuditLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function __construct(ILogFactory $logFactory, IConfig $config) {
$this->parentLogger = $logFactory->getCustomPsrLogger($logFile, $auditType, $auditTag);
}

public function emergency($message, array $context = array()): void {
public function emergency($message, array $context = []): void {
$this->parentLogger->emergency($message, $context);
}

Expand Down