mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 05:47:11 +02:00
Renamed function
This commit is contained in:
@@ -16,7 +16,6 @@ use App\Domain\SecureManagement\SecureRequestedRightCheckerInterface;
|
||||
use Symfony\Component\HttpFoundation\RequestStack;
|
||||
use App\Domain\RepositoryManagement\LayerRepositoryFactoryServiceInterface;
|
||||
use App\Domain\FormManagement\RequestedActionFormBuilderServiceInterface;
|
||||
use App\Form\Source\PureSourceType;
|
||||
use Symfony\Component\Form\FormBuilderInterface;
|
||||
use App\Form\Source\PureSourceTypeInterface;
|
||||
|
||||
|
@@ -36,7 +36,7 @@ class AbstractActionTest extends TestCase
|
||||
return $this->isSecure;
|
||||
}
|
||||
|
||||
protected function isValidByForm(): bool
|
||||
protected function isValid(): bool
|
||||
{
|
||||
return $this->validByForm;
|
||||
}
|
||||
|
Reference in New Issue
Block a user