rhymix/modules/trash/trash.controller.php
2012-06-26 07:57:36 +00:00

15 lines
296 B
PHP

<?php
/**
* trashController
* trash the module's controller class
*
* @author NHN (developers@xpressengine.com)
* @package /modules/trash
* @version 0.1
*/
class trashController extends trash
{
}
/* End of file trash.controller.php */
/* Location: ./modules/trash/trash.controller.php */