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

Visitor current peut être null

develop
Guillaume пре 2 година
родитељ
комит
c13fda8da2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      Controller/ControllerTrait.php

+ 1
- 1
Controller/ControllerTrait.php Прегледај датотеку

@@ -94,7 +94,7 @@ trait ControllerTrait
return $this->get(Security::class)->getUser();
}

public function getVisitorCurrent(): VisitorInterface
public function getVisitorCurrent(): ?VisitorInterface
{
return $this->getVisitorContainer()->getResolver()->getCurrent();
}

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