Fix method name

This commit is contained in:
Stephen Abello
2021-03-05 16:33:42 +01:00
parent fe0f57c00d
commit a4d8fb0b4c

View File

@@ -432,7 +432,7 @@ class Panel extends UIContentBlock
/**
* @return bool
*/
public function isIsCollapsible(): bool
public function IsCollapsible(): bool
{
return $this->bIsCollapsible;
}