20250203-1
This commit is contained in:
@@ -27,7 +27,7 @@ trait ObjectArrayBasicTrait
|
||||
*/
|
||||
public function offsetGet (mixed $offset): mixed
|
||||
{
|
||||
return $this->container[$offset] ?? null;
|
||||
return $this->Container[$offset] ?? null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user