mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-12-27 11:36:41 +00: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