@@ -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 |