Pārlūkot izejas kodu

ControllerTrait

packProduct
Guillaume pirms 3 gadiem
vecāks
revīzija
7e99858740
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. +5
    -0
      Controller/ControllerTrait.php

+ 5
- 0
Controller/ControllerTrait.php Parādīt failu

@@ -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(

Notiek ielāde…
Atcelt
Saglabāt