mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fix signature for OneToOne CRUD Controller
This commit is contained in:
parent
5f8b86b839
commit
8dce0473ff
@ -22,7 +22,7 @@ use Symfony\Component\HttpFoundation\Response;
|
|||||||
|
|
||||||
class OneToOneEntityPersonCRUDController extends CRUDController
|
class OneToOneEntityPersonCRUDController extends CRUDController
|
||||||
{
|
{
|
||||||
protected function generateRedirectOnCreateRoute($action, Request $request, $entity): never
|
protected function generateRedirectOnCreateRoute($action, Request $request, $entity): string
|
||||||
{
|
{
|
||||||
throw new BadMethodCallException('Not implemented yet.');
|
throw new BadMethodCallException('Not implemented yet.');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user