update sql

This commit is contained in:
Tokumeikoi
2020-04-16 23:01:18 +08:00
parent 39ae037080
commit 50b5ed6b8e
5 changed files with 73 additions and 0 deletions

View File

@ -6,6 +6,7 @@ use App\Http\Controllers\Controller;
use Illuminate\Http\Request;
use App\Models\User;
use App\Models\Tutorial;
use Illuminate\Support\Facades\DB;
class TutorialController extends Controller
{