1
0

Added fetchLimit overrides to EGG
All checks were successful
Build Docker and Deploy / Build Docker (push) Successful in 1m37s
Build Docker and Deploy / Deploy to Server (push) Successful in 20s

This commit is contained in:
2025-12-15 12:14:42 +01:00
parent e818013438
commit 824f4c1c62
8 changed files with 63 additions and 23 deletions

View File

@@ -4,7 +4,7 @@ require_once 'Utils.php';
interface ILogger
{
public function proclog($text);
public function proclog($text);
}
class FileLogger implements ILogger