@@ -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(){ |
@@ -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 | { |
@@ -1,8 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | namespace CTL\SocialMapFavorites; |
| 3 | 3 | |
| 4 | -use App\userData; |
|
| 5 | -use Illuminate\Contracts\Http\Kernel; |
|
| 6 | 4 | use Illuminate\Support\ServiceProvider; |
| 7 | 5 | |
| 8 | 6 | class SocialMapFavoritesServiceProvider extends ServiceProvider { |
@@ -2,9 +2,9 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace CTL\SocialMapFavorites\Commands; |
| 4 | 4 | |
| 5 | +use CTL\SocialMapFavorites\Commands\Command; |
|
| 5 | 6 | use Core\Users\UsersOrigin; |
| 6 | 7 | use Illuminate\Contracts\Bus\SelfHandling; |
| 7 | -use CTL\SocialMapFavorites\Commands\Command; |
|
| 8 | 8 | |
| 9 | 9 | |
| 10 | 10 | class FavAUserCommand extends Command implements SelfHandling |