]> source.dussan.org Git - nextcloud-server.git/commit
fix(files_trashbin): Migrate to IEventDispatcher and emit as typed event
authorJoas Schilling <coding@schilljs.com>
Fri, 7 Jul 2023 09:27:29 +0000 (11:27 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 19 Jul 2023 15:37:33 +0000 (17:37 +0200)
commita6bf93501deb1d2d01535e586388aeb5e6ee93f5
tree153b63c2eb19803d955c68022f19f4a9b5bf082a
parent489b4807dbc52e69590846ff76d0d4d5b4ab2968
fix(files_trashbin): Migrate to IEventDispatcher and emit as typed event

Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/files_trashbin/lib/Events/MoveToTrashEvent.php
apps/files_trashbin/lib/Storage.php
apps/files_trashbin/tests/StorageTest.php