Yarik
/
artbox-ecommerce
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
bd98f6d3f4a141ef364e2786035b7ed94f6f0799
Authored by
Administrator
2016-11-21 19:10:50 +0200
1 parent
61453ef0
full commit
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
models/TaxGroup.php
Inline
Side-by-side
models/TaxGroup.php
Wrap text
Show/Hide comments
View file @
bd98f6d
...
...
@@ -56,6 +56,7 @@
56
56
* @var TaxOption[] $options
57
57
*/
58
58
protected $customOptions = [];
59
+ protected $categories = [];
59
60
60
61
/**
61
62
* @inheritdoc
...
...