Daniel Supernault 6 anni fa
parent
commit
e26e85d8a2
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      app/Listeners/AuthLogin.php

+ 2 - 0
app/Listeners/AuthLogin.php

@@ -5,11 +5,13 @@ namespace App\Listeners;
 use DB, Cache;
 use App\{
     Follower,
+    Profile,
     User,
     UserFilter,
     UserSetting
 };
 use Illuminate\Queue\InteractsWithQueue;
+use App\Jobs\AvatarPipeline\CreateAvatar;
 use Illuminate\Contracts\Queue\ShouldQueue;
 
 class AuthLogin