Without this missing import, the server threw "Class 'App\Http\Controllers\Api\UserSetting' not found" when trying to upload images.
@@ -21,6 +21,7 @@ use App\{
Status,
StatusHashtag,
User,
+ UserSetting,
UserFilter,
};
use League\Fractal;