mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 18:14:59 +00:00
Fix signature for OneToOne CRUD Controller
This commit is contained in:
@@ -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.');
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user