Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Last active September 5, 2017 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uno-de-piera/dc3d8d17af439f6b238fa478abc18ff6 to your computer and use it in GitHub Desktop.
Save uno-de-piera/dc3d8d17af439f6b238fa478abc18ff6 to your computer and use it in GitHub Desktop.
<?php
namespace App;
use App\Traits\SuperCourse;
use Illuminate\Database\Eloquent\Model;
class Course extends Model
{
use SuperCourse;
//......
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment