rm HelloWorldController.class.php

This commit is contained in:
aozhiwei 2021-10-15 16:01:03 +08:00
parent 5a34a2f819
commit 9b6b818895

View File

@ -1,19 +0,0 @@
<?php
class HelloWorldController extends BaseController {
function __construct()
{
if (SERVER_ENV == _ONLINE) {
die("can't create UnitTestController");
return;
}
}
public function sayHello()
{
echo 'hellokjkjkljkljlk';
}
}