1 | <?php |
||
7 | class Department_members extends Model |
||
8 | { |
||
9 | /** |
||
10 | * members relation. |
||
11 | * |
||
12 | * @return \Illuminate\Database\Eloquent\Relations\BelongsToMany |
||
13 | */ |
||
14 | public function members() |
||
18 | |||
19 | /** |
||
20 | * teams relation. |
||
21 | * |
||
22 | * @return \Illuminate\Database\Eloquent\Relations\BelongsToMany |
||
23 | */ |
||
24 | public function teams() |
||
28 | } |
||
29 |