You've already forked lubo_comment_query
补充亿点内容,顺便立Flag
This commit is contained in:
13
app/Http/Controllers/DanmakuQueryController.php
Normal file
13
app/Http/Controllers/DanmakuQueryController.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use Illuminate\Routing\Controller as BaseController;
|
||||
|
||||
class DanmakuQueryController extends BaseController
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
return view("under_construct");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user