Browse Source

Update PublicApiController, remove trailing comma

Daniel Supernault 5 years ago
parent
commit
599ab152a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/PublicApiController.php

+ 1 - 1
app/Http/Controllers/PublicApiController.php

@@ -20,7 +20,7 @@ use League\Fractal;
 use App\Transformer\Api\{
     AccountTransformer,
     RelationshipTransformer,
-    StatusTransformer,
+    StatusTransformer
 };
 use App\Services\{
     AccountService,