Optimized RequestedEntityFormBuilderService and implemented form classes and logic

This commit is contained in:
Kevin Frantz
2019-02-03 15:21:45 +01:00
parent c3b8e1a92d
commit ed3062a203
18 changed files with 247 additions and 79 deletions

View File

@@ -30,11 +30,12 @@ abstract class AbstractAction extends AbstractActionConstructor implements Actio
/**
* @throws \Exception
* {@inheritdoc}
*
* {@inheritdoc}
*
* @see \App\Domain\ActionManagement\ActionInterface::execute()
*/
public function execute()
final public function execute()
{
if ($this->isSecure()) {
if ($this->isValidByForm()) {