mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 03:58:45 +02:00
✅ Fix CI
This commit is contained in:
@@ -14,8 +14,8 @@ class DashletFormBlock extends FormBlock
|
||||
|
||||
public function __construct(string $sName, array $aOptions = [])
|
||||
{
|
||||
parent::__construct($sName, $aOptions);
|
||||
$this->oPropertyTypeService = MetaModel::GetService('PropertyTypeService');
|
||||
parent::__construct($sName, $aOptions);
|
||||
}
|
||||
|
||||
protected function BuildForm(): void
|
||||
|
||||
Reference in New Issue
Block a user