Преглед изворни кода

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(

Loading…
Откажи
Сачувај