ソースを参照

ControllerTrait

packProduct
Guillaume 3年前
コミット
7e99858740
1個のファイルの変更5行の追加0行の削除
  1. +5
    -0
      Controller/ControllerTrait.php

+ 5
- 0
Controller/ControllerTrait.php ファイルの表示

@@ -143,6 +143,11 @@ trait ControllerTrait
return $this->get(SectionResolver::class)->getCurrent();
}

public function getSectionCurrentSlug(): string
{
return $this->getSectionCurrent()->getSlug();
}

public function getCartCurrent(): OrderShopInterface
{
return $this->getOrderShopContainer()->getBuilder()->createIfNotExist(

読み込み中…
キャンセル
保存