mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 05:28:44 +02:00
poc form SDK (symfony 6)
This commit is contained in:
@@ -15,9 +15,7 @@ use Symfony\Component\Routing\Annotation\Route;
|
||||
class ConfigurationController extends AbstractController
|
||||
{
|
||||
|
||||
/**
|
||||
* @Route("/configuration/edit", name="configuration_edit")
|
||||
*/
|
||||
#[Route('/configuration/edit', name: 'configuration_edit')]
|
||||
public function configurationEdit(Request $request) : Response
|
||||
{
|
||||
// create object form
|
||||
|
||||
Reference in New Issue
Block a user