mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +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:
@@ -19,13 +19,13 @@
|
||||
|
||||
namespace Combodo\iTop\Form\Field;
|
||||
|
||||
use Str;
|
||||
use AttributeDuration;
|
||||
use Str;
|
||||
|
||||
/**
|
||||
* Description of StringField
|
||||
*/
|
||||
class DurationField extends Field
|
||||
class DurationField extends AbstractSimpleField
|
||||
{
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user