Optimized template draft

This commit is contained in:
Kevin Frantz
2019-02-25 12:50:26 +01:00
parent d0adc9b42a
commit 2cf9e019e8
22 changed files with 208 additions and 178 deletions

View File

@@ -11,7 +11,7 @@ use Infinito\Entity\Source\Primitive\Text\TextSource;
/**
* @author kevinfrantz
*/
final class TextSourceCreateType extends SourceType
class TextSourceCreateType extends SourceType
{
/**
* {@inheritdoc}

View File

@@ -0,0 +1,10 @@
<?php
namespace Infinito\Form\Source\Primitive\Text;
/**
* @author kevinfrantz
*/
final class TextSourceUpdateType extends TextSourceCreateType
{
}