Kaynağa Gözat

ControllerTrait

packProduct
Guillaume 3 yıl önce
ebeveyn
işleme
7e99858740
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. +5
    -0
      Controller/ControllerTrait.php

+ 5
- 0
Controller/ControllerTrait.php Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet