Explorar el Código

:art: formatting

visuddhinanda hace 2 años
padre
commit
15f6b3c93b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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,
             "created_at"=> $this->created_at,
             "updated_at"=> $this->updated_at,
             "updated_at"=> $this->updated_at,
         ];
         ];
-
         $lang = $request->get('ui-lang');
         $lang = $request->get('ui-lang');
         //TODO 默认英文
         //TODO 默认英文
         $uiLang = strtolower($request->get('ui-lang','zh-Hans')) ;
         $uiLang = strtolower($request->get('ui-lang','zh-Hans')) ;