mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Removed unnecessary functions
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user