diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-01-15 13:43:05 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-01-15 13:43:05 +0100 |
commit | 254eb4a9959e4c281fdeb47378a654de978cb1e4 (patch) | |
tree | c2c4bb19e2c16cddc82988f50de79c718f381b22 /src/http/Controller/Event.php | |
parent | 09caff2b2a06d1f8ac8203567035a21c612165f9 (diff) |
events and satisfaction
Diffstat (limited to 'src/http/Controller/Event.php')
-rw-r--r-- | src/http/Controller/Event.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/http/Controller/Event.php b/src/http/Controller/Event.php index 46e4c22..8b9b92a 100644 --- a/src/http/Controller/Event.php +++ b/src/http/Controller/Event.php @@ -59,9 +59,6 @@ class Event $sendResourcesEvent->cancel(); } - else { - DB::query('delete from event where id=:id', ['id' => $request->get('id')]); - } return new RedirectResponse( Router::generate( |