芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/www/app/Actions/Fortify/PasswordValidationRules.php
<?php namespace App\Actions\Fortify; use Laravel\Fortify\Rules\Password; trait PasswordValidationRules { /** * Get the validation rules used to validate passwords. * * @return array<int, \Illuminate\Contracts\Validation\Rule|array|string> */ protected function passwordRules(): array { return ['required', 'string', new Password, 'confirmed']; } }
Page is not found
Oops! Page not found.
Sorry, an error has occured, Requested page not found!
Back To Homepage