mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02: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 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue