Daniel Supernault 6 years ago
parent
commit
e26e85d8a2
1 changed files with 2 additions and 0 deletions
  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