mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 10:33:49 +00:00
add item 'events participation' in person menu
This commit is contained in:
@@ -224,4 +224,12 @@ class EventController extends Controller
|
||||
'edit_form' => $editForm->createView(),
|
||||
));
|
||||
}
|
||||
|
||||
/**
|
||||
* List events subscriptions for a person
|
||||
* @param $person_id
|
||||
*/
|
||||
public function listByPersonAction($person_id)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user