@@ -28,7 +28,6 @@ |
||
28 | 28 | /** |
29 | 29 | * See if current user follows another user. |
30 | 30 | * |
31 | - * @param User $authUser [description] |
|
32 | 31 | * @return boolean [description] |
33 | 32 | */ |
34 | 33 | public function CheckFavorited(){ |
@@ -51,7 +51,7 @@ |
||
51 | 51 | |
52 | 52 | /** |
53 | 53 | * Unfavorite a user |
54 | - * @param [type] $userIdToUnFav [description] |
|
54 | + * @param [type] $userIDToUnFav [description] |
|
55 | 55 | * @param User $user [description] |
56 | 56 | * @return [type] [description] |
57 | 57 | */ |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use Illuminate\Database\Schema\Blueprint; |
|
4 | 3 | use Illuminate\Database\Migrations\Migration; |
4 | +use Illuminate\Database\Schema\Blueprint; |
|
5 | 5 | |
6 | 6 | class CreateFavsTable extends Migration |
7 | 7 | { |