Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
App
Http
Middleware
IsStalePassword
PHP 클래스 App\Http\Middleware\IsStalePassword
파일 보기
프로젝트 열기: doptor/doptor
공개 메소드들
메소드
설명
handle
(
Illuminate\Http\Request
$request
,
Closure
$next
) :
mixed
Check if the users password was changed within last 6 months or not If not ask to change the password, before the user can log in
메소드 상세
handle()
공개
메소드
Check if the users password was changed within last 6 months or not If not ask to change the password, before the user can log in
public
handle
(
Illuminate\Http\Request
$request
,
Closure
$next
) :
mixed
$request
Illuminate\Http\Request
$next
Closure
리턴
mixed