mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Fixes #641
This commit is contained in:
parent
0d0c60c842
commit
e26e85d8a2
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue