라라벨 CanResetPassword

1 개요[ | ]

라라벨 CanResetPassword
<?php

namespace Illuminate\Contracts\Auth;

interface CanResetPassword
{
    public function getEmailForPasswordReset();
}

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}