| 1 | <?php |
||
| 7 | class Fighter extends Model |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Get the Competitor's Championship. |
||
| 11 | * |
||
| 12 | * @return \Illuminate\Database\Eloquent\Relations\BelongsTo |
||
| 13 | */ |
||
| 14 | public function championship() |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @return \Illuminate\Database\Eloquent\Relations\HasManyThrough |
||
| 21 | */ |
||
| 22 | public function category() |
||
| 26 | } |
||
| 27 |