Files
Chirag Aggarwal a744cb0843 fix: add global scope declaration for $register in registers.php
PHPUnit's FileLoader::load() includes bootstrap files inside a function
scope. Without the global declaration, $register is created in local
scope and isn't accessible when other files (like resources.php) use
global $register to reference it.
2026-02-04 16:05:13 +05:30
..
2026-01-21 14:47:18 +01:00
2026-02-02 13:19:41 +00:00
2025-03-15 14:17:47 +01:00
2026-02-04 11:22:04 +05:30