Add UIKit model, migration and controller

This commit is contained in:
Daniel Supernault 2020-04-26 23:28:24 -06:00
parent 591a192928
commit fcab5010d6
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
3 changed files with 70 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class UIKitController extends Controller
{
//
}