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.
pull/2923/head
Wv5twkFEKh54vo4tta9yu7dHa3 4 years ago
parent ab985167f9
commit 13f65629e1

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

Loading…
Cancel
Save