mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 10:08:45 +02:00
Fix method name
This commit is contained in:
@@ -432,7 +432,7 @@ class Panel extends UIContentBlock
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
public function isIsCollapsible(): bool
|
||||
public function IsCollapsible(): bool
|
||||
{
|
||||
return $this->bIsCollapsible;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user