| Total Complexity | 2 | 
| Total Lines | 20 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 7 | class Invitation extends Model  | 
            ||
| 8 | { | 
            ||
| 9 | /**  | 
            ||
| 10 | * Get the student of this invitation.  | 
            ||
| 11 | *  | 
            ||
| 12 | * @return \Illuminate\Database\Eloquent\Relations\BelongsTo  | 
            ||
| 13 | */  | 
            ||
| 14 | public function student()  | 
            ||
| 17 | }  | 
            ||
| 18 | |||
| 19 | /**  | 
            ||
| 20 | * Get the group of this invitation.  | 
            ||
| 21 | *  | 
            ||
| 22 | * @return \Illuminate\Database\Eloquent\Relations\BelongsTo  | 
            ||
| 23 | */  | 
            ||
| 24 | public function group()  | 
            ||
| 29 |