aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/appinfo/app.php
blob: b1a15cd13d19b8a99e03c9404c941f9cf9b714e9 (plain)
1
2
3
4
5
6
7
<?php

OC::$CLASSPATH['OCA\Files_Trashbin\Hooks'] = 'apps/files_trashbin/lib/hooks.php';
OC::$CLASSPATH['OCA\Files_Trashbin\Trashbin'] = 'apps/files_trashbin/lib/trash.php';


OCP\Util::connectHook('OC_Filesystem', 'delete', "OCA\Files_Trashbin\Hooks", "remove_hook");