Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | trait HasApiApps |
||
9 | { |
||
10 | /** |
||
11 | * Get all of the user's registered apps. |
||
12 | * |
||
13 | * @return \Illuminate\Database\Eloquent\Relations\HasMany |
||
14 | */ |
||
15 | public function apps() |
||
18 | } |
||
19 | |||
20 | /** |
||
21 | * Get all of the access tokens for the user. |
||
22 | * |
||
23 | * @return \Illuminate\Database\Eloquent\Collection |
||
24 | */ |
||
25 | public function tokens() |
||
30 |