mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -4,7 +4,7 @@ namespace App\Http\Requests\Passport; | ||||
| 
 | ||||
| use Illuminate\Foundation\Http\FormRequest; | ||||
| 
 | ||||
| class ForgetIndex extends FormRequest | ||||
| class AuthForget extends FormRequest | ||||
| { | ||||
|     /** | ||||
|      * Get the validation rules that apply to the request. | ||||
| @@ -4,7 +4,7 @@ namespace App\Http\Requests\Passport; | ||||
| 
 | ||||
| use Illuminate\Foundation\Http\FormRequest; | ||||
| 
 | ||||
| class LoginIndex extends FormRequest | ||||
| class AuthLogin extends FormRequest | ||||
| { | ||||
|     /** | ||||
|      * Get the validation rules that apply to the request. | ||||
| @@ -4,7 +4,7 @@ namespace App\Http\Requests\Passport; | ||||
| 
 | ||||
| use Illuminate\Foundation\Http\FormRequest; | ||||
| 
 | ||||
| class RegisterIndex extends FormRequest | ||||
| class AuthRegister extends FormRequest | ||||
| { | ||||
|     /** | ||||
|      * Get the validation rules that apply to the request. | ||||
		Reference in New Issue
	
	Block a user