Demo模块
This commit is contained in:
8
modules/Demo/app/Http/Controllers/Admin/Index.php
Normal file
8
modules/Demo/app/Http/Controllers/Admin/Index.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Modules\Demo\Http\Controllers\Admin;
|
||||
|
||||
class Index {
|
||||
|
||||
public function index(){}
|
||||
}
|
||||
Reference in New Issue
Block a user