mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Renamed FormBuilder to FormFactory and implemented test draft for CreateSourceAction
This commit is contained in:
@@ -41,7 +41,7 @@ final class CreateSourceAction extends AbstractCreateAction
|
||||
*/
|
||||
protected function isValidByForm(): bool
|
||||
{
|
||||
$this->actionService->getForm();
|
||||
return $this->actionService->getCurrentFormBuilder()->getForm()->isValid();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user