9e39118b52
when _ is left in namespace and files are named after their classes the autoloader will also find classes in the lib folder of an app its magic!
7 lines
234 B
PHP
7 lines
234 B
PHP
<?php
|
|
|
|
//OC::$CLASSPATH['OCA\Files_Trashbin\Hooks'] = 'files_trashbin/lib/hooks.php';
|
|
//OC::$CLASSPATH['OCA\Files_Trashbin\Trashbin'] = 'files_trashbin/lib/trash.php';
|
|
|
|
// register hooks
|
|
\OCA\Files_Trashbin\Trashbin::registerHooks();
|