Daniel Supernault %!s(int64=6) %!d(string=hai) anos
pai
achega
e26e85d8a2
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      app/Listeners/AuthLogin.php

+ 2 - 0
app/Listeners/AuthLogin.php

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