%PDF- %PDF-
Direktori : /var/www/html/car_rent/vendor/laravel/framework/src/Illuminate/Auth/Passwords/ |
Current File : /var/www/html/car_rent/vendor/laravel/framework/src/Illuminate/Auth/Passwords/CanResetPassword.php |
<?php namespace Illuminate\Auth\Passwords; trait CanResetPassword { /** * Get the e-mail address where password reset links are sent. * * @return string */ public function getEmailForPasswordReset() { return $this->email; } }