浏览代码

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(

正在加载...
取消
保存