mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update PublicApiController, remove trailing comma
This commit is contained in:
parent
5dd24f0493
commit
599ab152a7
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ use League\Fractal;
|
|||
use App\Transformer\Api\{
|
||||
AccountTransformer,
|
||||
RelationshipTransformer,
|
||||
StatusTransformer,
|
||||
StatusTransformer
|
||||
};
|
||||
use App\Services\{
|
||||
AccountService,
|
||||
|
|
Loading…
Reference in a new issue