remove TestPhp.class.php

This commit is contained in:
aozhiwei 2021-11-18 17:18:24 +08:00
parent 2337dfdf0e
commit 98cb210dc8

View File

@ -1,14 +0,0 @@
<?php
class TestPhp extends BaseAuthedController {
public testPhpFunc()
{
error_log("FromPhpTest");
}
}