Removed unnecessary functions

This commit is contained in:
Kevin Frantz
2019-03-29 19:00:51 +01:00
parent 8594ad82e7
commit 5cbbcb3681
2 changed files with 0 additions and 31 deletions

View File

@@ -110,24 +110,4 @@ final class ViewBuilder implements ViewBuilderInterface
return $this->view;
}
/**
* {@inheritdoc}
*
* @see \Infinito\Domain\ViewManagement\ViewBuilderInterface::getActionService()
*/
public function getActionService(): ActionServiceInterface
{
return $this->actionService;
}
/**
* {@inheritdoc}
*
* @see \Infinito\Domain\ViewManagement\ViewBuilderInterface::build()
*/
public function build(): void
{
$this->view->create();
}
}