Add CollectionController

This commit is contained in:
Daniel Supernault 2018-11-08 18:25:22 -07:00
parent 5e371315c5
commit 5215a68162
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
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 CollectionController extends Controller
{
//
}