Commit c240a19c33b2b5f3eb2e1118c7b136a871582ceb

Authored by Alexey Boroda
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
@@ -56,6 +56,7 @@ @@ -56,6 +56,7 @@
56 * @var TaxOption[] $options 56 * @var TaxOption[] $options
57 */ 57 */
58 protected $customOptions = []; 58 protected $customOptions = [];
  59 + protected $categories = [];
59 60
60 /** 61 /**
61 * @inheritdoc 62 * @inheritdoc