Total Complexity | 3 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
20 | class UserProfileDeleteController extends AbstractController |
||
21 | { |
||
22 | |||
23 | /** |
||
24 | * @var EventDispatcherInterface |
||
25 | */ |
||
26 | private $dispatcher; |
||
27 | |||
28 | public function __construct(EventDispatcherInterface $dispatcher) |
||
32 | } |
||
33 | |||
34 | /** |
||
35 | * @Route("/profile/delete", name="admin.delete_profile") |
||
36 | */ |
||
37 | public function deleteProfile(Request $request) |
||
54 | } |