Преглед на файлове

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…
Отказ
Запис