Skip to content

Commit

Permalink
Add level_depth to category
Browse files Browse the repository at this point in the history
Partially fixes #351
  • Loading branch information
mowcixo committed Apr 9, 2019
1 parent 07e12fd commit 9b9f5a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Entities/category.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public class category : PrestaShopEntity, IPrestaShopFactoryEntity
{
public long? id { get; set; }
public long? id_parent { get; set; }
public int level_depth { get; }
public long id_shop_default { get; set; }
public long nleft { get; set; }
public long nright { get; set; }
Expand Down

0 comments on commit 9b9f5a9

Please sign in to comment.