App\Modules\System\Controllers\Authorize::remind PHP 메소드

remind() 공개 메소드

Display the password reminder view.
public remind ( ) : Response
리턴 Response
    public function remind()
    {
        return $this->getView()->shares('title', __d('system', 'Password Recovery'));
    }