mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Optimized template draft
This commit is contained in:
@@ -11,7 +11,7 @@ use Infinito\Entity\Source\Primitive\Text\TextSource;
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
final class TextSourceCreateType extends SourceType
|
||||
class TextSourceCreateType extends SourceType
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
|
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Infinito\Form\Source\Primitive\Text;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
final class TextSourceUpdateType extends TextSourceCreateType
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user