Course api beginnings

This commit is contained in:
Ben Ramey
2017-11-06 23:10:28 -06:00
parent f4ad56f52a
commit 7deaddf704
7 changed files with 139 additions and 2 deletions

10
app/Course.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Course extends Model
{
//
}