mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Deprecated classes and interfaces
This commit is contained in:
@@ -7,6 +7,8 @@ use App\Domain\EntityManagement\EntityMetaInformationInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
final class FormMetaInformation implements FormMetaInformationInterface
|
||||
{
|
||||
|
@@ -6,6 +6,8 @@ use App\Domain\TemplateManagement\TemplatePathInformationInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
interface FormMetaInformationInterface
|
||||
{
|
||||
|
Reference in New Issue
Block a user