mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2026-02-21 20:14:07 +00:00
Renamed method to a more speaking name
This commit is contained in:
@@ -83,7 +83,7 @@ final class ActionService implements ActionServiceInterface
|
||||
/**
|
||||
* @return FormBuilderInterface
|
||||
*/
|
||||
public function getForm(): FormBuilderInterface
|
||||
public function getCurrentFormBuilder(): FormBuilderInterface
|
||||
{
|
||||
return $this->requestedActionFormBuilderService->createByService();
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@ interface ActionServiceInterface
|
||||
/**
|
||||
* @return FormBuilderInterface
|
||||
*/
|
||||
public function getForm(): FormBuilderInterface;
|
||||
public function getCurrentFormBuilder(): FormBuilderInterface;
|
||||
|
||||
/**
|
||||
* @return EntityManagerInterface
|
||||
|
||||
Reference in New Issue
Block a user