1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-03-12 07:05:42 +00:00

Fix error 500 on image upload

Without this missing import, the server threw "Class 'App\Http\Controllers\Api\UserSetting' not found" when trying to upload images.
This commit is contained in:
Wv5twkFEKh54vo4tta9yu7dHa3 2021-09-09 14:51:38 +02:00
parent ab985167f9
commit 13f65629e1

View file

@ -21,6 +21,7 @@ use App\{
Status,
StatusHashtag,
User,
UserSetting,
UserFilter,
};
use League\Fractal;