home
/
zktecojo
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Support
/
Facades
➕ New
📤 Upload
✎ Editing:
Password.php
← Back
<?php namespace Illuminate\Support\Facades; /** * @see \Illuminate\Auth\Reminders\PasswordBroker */ class Password extends Facade { /** * Constant representing a successfully sent reminder. * * @var int */ const REMINDER_SENT = 'reminders.sent'; /** * Constant representing a successfully reset password. * * @var int */ const PASSWORD_RESET = 'reminders.reset'; /** * Constant representing the user not found response. * * @var int */ const INVALID_USER = 'reminders.user'; /** * Constant representing an invalid password. * * @var int */ const INVALID_PASSWORD = 'reminders.password'; /** * Constant representing an invalid token. * * @var int */ const INVALID_TOKEN = 'reminders.token'; /** * Get the registered name of the component. * * @return string */ protected static function getFacadeAccessor() { return 'auth.reminder'; } }
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel