3.0.4
·
106 commits
to master
since this release
Included commits: 3.0.3...3.0.4
Bugfixes
- Replaced text names for types
$builder->add('foo', 'text')is replace by$builder->add('foo', TextType::class). - Removed form constructor.
- Forms now extend Spryker's AbstractType.
- Use FQCN instead of instances in FormBuilder.