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
c240a19c33b2b5f3eb2e1118c7b136a871582ceb
Authored by
Alexey Boroda
2016-11-22 11:13:44 +0200
2 parents
7520dc0e
2112078d
Merge remote-tracking branch 'origin/master'
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 @
c240a19
...
...
@@ -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
...
...