20250203-1

This commit is contained in:
2025-02-03 23:39:40 +03:00
parent dd62ad0ca4
commit 4bcb4c60dd
8 changed files with 185 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ trait ObjectArrayBasicTrait
*/
public function offsetGet (mixed $offset): mixed
{
return $this->container[$offset] ?? null;
return $this->Container[$offset] ?? null;
}
/**