Browse Source

:art: formatting

visuddhinanda 2 years ago
parent
commit
15f6b3c93b
1 changed files with 0 additions and 1 deletions
  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')) ;