Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 496545f

Browse files
ahinkleStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent b391d18 commit 496545f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Api/Categories.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public function all($pageSize = 50, $currentPage = 1)
3030
public function products($categoryId)
3131
{
3232
$this->validateSingleStoreCode();
33+
3334
return $this->get('/categories/'.$categoryId.'/products');
3435
}
3536
}

0 commit comments

Comments
 (0)