1
0
Fork 0

Add AdminController

This commit is contained in:
Daniel Supernault 2018-04-29 10:25:57 -06:00
parent c3868cf7be
commit 0f6728bfe3
1 changed files with 10 additions and 0 deletions

View File

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