Explorar o código

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.
Wv5twkFEKh54vo4tta9yu7dHa3 %!s(int64=3) %!d(string=hai) anos
pai
achega
13f65629e1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/Http/Controllers/Api/ApiV1Controller.php

+ 1 - 0
app/Http/Controllers/Api/ApiV1Controller.php

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