소스 검색

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…
취소
저장