mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +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:
parent
ab985167f9
commit
13f65629e1
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ use App\{
|
|||
Status,
|
||||
StatusHashtag,
|
||||
User,
|
||||
UserSetting,
|
||||
UserFilter,
|
||||
};
|
||||
use League\Fractal;
|
||||
|
|
Loading…
Reference in a new issue