mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-11 18:42:54 +00:00
12 lines
115 B
PHP
Executable File
12 lines
115 B
PHP
Executable File
<?php
|
|
|
|
namespace App\Http\Controllers\Api;
|
|
|
|
/**
|
|
* 测试
|
|
*/
|
|
class TestController extends AbstractController
|
|
{
|
|
|
|
}
|