init
This commit is contained in:
11
app/common/controller/Index.php
Executable file
11
app/common/controller/Index.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\controller;
|
||||
|
||||
class Index {
|
||||
|
||||
public function index() {
|
||||
return 'Hello World';
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user