コード例 #1
0
ファイル: ShippingMethod.php プロジェクト: sylius/core
 public function __construct()
 {
     parent::__construct();
     $this->channels = new ArrayCollection();
 }