1
0
Эх сурвалжийг харах

Update PublicApiController, remove trailing comma

Daniel Supernault 5 жил өмнө
parent
commit
599ab152a7

+ 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,