up send form
This commit is contained in:
parent
6796d52119
commit
ad240bc1b7
4 changed files with 18 additions and 7 deletions
|
|
@ -129,8 +129,10 @@ class PublicController extends AbstractController
|
|||
#[Route('/edit/{zipcode}/{name}/{uuid}', name: 'app_public_edit')]
|
||||
public function edit_with_uuid($zipcode, $name, $uuid): Response
|
||||
{
|
||||
$this->actionLogger->log('dashboard', [
|
||||
$this->actionLogger->log('edit_place', [
|
||||
'zipcode' => $zipcode,
|
||||
'name' => $name,
|
||||
'uuid' => $uuid,
|
||||
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue