mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Renamed function
This commit is contained in:
@@ -37,9 +37,9 @@ final class CreateSourceAction extends AbstractCreateAction
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*
|
||||
* @see \App\Domain\ActionManagement\AbstractAction::isValidByForm()
|
||||
* @see \App\Domain\ActionManagement\AbstractAction::isValid()
|
||||
*/
|
||||
protected function isValidByForm(): bool
|
||||
protected function isValid(): bool
|
||||
{
|
||||
return $this->actionService->getCurrentFormBuilder()->getForm()->isValid();
|
||||
}
|
||||
|
Reference in New Issue
Block a user