From 599ab152a7b354920350388ad2fab4bbb13fa1f0 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 13 Apr 2020 22:15:23 -0600 Subject: [PATCH] Update PublicApiController, remove trailing comma --- app/Http/Controllers/PublicApiController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/PublicApiController.php b/app/Http/Controllers/PublicApiController.php index 71942e9b..8ed3be37 100644 --- a/app/Http/Controllers/PublicApiController.php +++ b/app/Http/Controllers/PublicApiController.php @@ -20,7 +20,7 @@ use League\Fractal; use App\Transformer\Api\{ AccountTransformer, RelationshipTransformer, - StatusTransformer, + StatusTransformer }; use App\Services\{ AccountService,