Browse Source

Update WebfingerService

Daniel Supernault 5 năm trước cách đây
mục cha
commit
eaece0ac1a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Services/WebfingerService.php

+ 1 - 1
app/Services/WebfingerService.php

@@ -34,7 +34,7 @@ class WebfingerService
 		$fractal = new Fractal\Manager();
 		$fractal->setSerializer(new ArraySerializer());
 		$resource = new Fractal\Resource\Item($profile, new AccountTransformer());
-        $res = $fractal->createData($resource)->toArray();
+		$res = $fractal->createData($resource)->toArray();
 		return $res;
 	}
 }