1
0
Fork 0

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
1 changed files with 1 additions and 0 deletions

View File

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