mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-02 06:58:49 +02:00
N°8771 - Add Symfony form component to iTop core
- IO
This commit is contained in:
@@ -20,7 +20,7 @@ class FormOutput
|
||||
public function __construct(string $sName, string $sType, AbstractOutputConverter $oConverter = null)
|
||||
{
|
||||
$this->sName = $sName;
|
||||
$this->sType = $sName;
|
||||
$this->sType = $sType;
|
||||
$this->oConverter = $oConverter;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user