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