Add CircleProfile controller, model and migration

This commit is contained in:
Daniel Supernault 2019-02-09 22:41:18 -07:00
parent e00f65da03
commit ee4b7ba8b2
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
3 changed files with 58 additions and 0 deletions

View file

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