visuddhinanda 2 лет назад
Родитель
Сommit
15f6b3c93b
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      app/Http/Resources/RelationResource.php

+ 0 - 1
app/Http/Resources/RelationResource.php

@@ -29,7 +29,6 @@ class RelationResource extends JsonResource
             "created_at"=> $this->created_at,
             "updated_at"=> $this->updated_at,
         ];
-
         $lang = $request->get('ui-lang');
         //TODO 默认英文
         $uiLang = strtolower($request->get('ui-lang','zh-Hans')) ;