7.4.1
spryker-release-bot
released this
25 Jan 17:54
·
873 commits
to master
since this release
Included commits: 7.4.0...7.4.1
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.