diff --git a/app/Listeners/AuthLogin.php b/app/Listeners/AuthLogin.php index 777ff5e1..6d3f9e2d 100644 --- a/app/Listeners/AuthLogin.php +++ b/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