mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2026-01-13 10:36:52 +00:00
Renamed function
This commit is contained in:
@@ -22,7 +22,7 @@ class RequestedActionFormBuilder implements RequestedActionFormBuilderInterface
|
||||
private $formClassNameService;
|
||||
|
||||
/**
|
||||
* @param FormFactoryInterface $formFactory
|
||||
* @param FormFactoryInterface $formFactory
|
||||
* @param FormClassNameServiceInterface $formClassNameService
|
||||
*/
|
||||
public function __construct(FormFactoryInterface $formFactory, FormClassNameServiceInterface $formClassNameService)
|
||||
|
||||
@@ -4,7 +4,6 @@ namespace App\Domain\FormManagement;
|
||||
|
||||
use Symfony\Component\Form\FormBuilderInterface;
|
||||
use App\Domain\RequestManagement\Action\RequestedActionServiceInterface;
|
||||
use FOS\UserBundle\Form\Factory\FormFactory;
|
||||
use Symfony\Component\Form\FormFactoryInterface;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user