1
0
Fork 0

Update PublicApiController, remove trailing comma

This commit is contained in:
Daniel Supernault 2020-04-13 22:15:23 -06:00
parent 5dd24f0493
commit 599ab152a7
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

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