mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°6414 Separate SubFormField and Scalar fields
This will help to set methods as final, as SubFormField is often the sole one to have a real custom impl
This commit is contained in:
@@ -30,7 +30,7 @@ use ormLinkSet;
|
||||
* @author Guillaume Lajarige <guillaume.lajarige@combodo.com>
|
||||
* @since 2.3.0
|
||||
*/
|
||||
class LinkedSetField extends Field
|
||||
class LinkedSetField extends AbstractSimpleField
|
||||
{
|
||||
/** @var bool DEFAULT_INDIRECT */
|
||||
const DEFAULT_INDIRECT = false;
|
||||
|
||||
Reference in New Issue
Block a user