lubo_comment_query/app/Http/Controllers/DanmakuQueryController.php

14 lines
230 B
PHP

<?php
namespace App\Http\Controllers;
use Illuminate\Routing\Controller as BaseController;
class DanmakuQueryController extends BaseController
{
public function index()
{
return view("under_construct");
}
}