1 | <?php |
||
5 | trait ActionableTrait{ |
||
6 | |||
7 | /** |
||
8 | * Eloquent Model that Belongs to itself |
||
9 | */ |
||
10 | 6 | public function favUsers(){ |
|
14 | |||
15 | /** |
||
16 | * Eloquent Model belongs to itself |
||
17 | */ |
||
18 | 3 | public function favs(){ |
|
22 | |||
23 | /** |
||
24 | * Checks who ever the Authenticated User favorited. |
||
25 | */ |
||
26 | public function CheckFavorited(){ |
||
31 | |||
32 | } |