This commit is contained in:
Kekskurse 2019-12-02 17:15:07 +01:00
parent eea3f4452e
commit c69f125126
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ class ServerController extends BaseController
$settings = Setting::all();
}
return $response->withData(\App\Http\Resources\API\Setting::collection(collect($settings)));
}