diff --git a/Application/Home/Controller/TestResourceController.class.php b/Application/Home/Controller/TestResourceController.class.php index bb524fc1c..123920d31 100644 --- a/Application/Home/Controller/TestResourceController.class.php +++ b/Application/Home/Controller/TestResourceController.class.php @@ -6,5 +6,7 @@ namespace Home\Controller; class TestResourceController extends BaseController { - + public function test(){ + echo 'test'; + } } \ No newline at end of file