no message

This commit is contained in:
hellcat 2025-05-10 10:48:46 +08:00
parent bdc811ee06
commit 0c5f4c9c7e

View File

@ -99,4 +99,11 @@ class SakaiController
exit;
}
public function test2()
{
echo "hello";
exit;
}
}